Skip to content

Commit

Permalink
modified lint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi-Zha0 committed Feb 10, 2021
1 parent b7de3f3 commit c8ec5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ before-install:
install:
- pip install -r requirements.txt
script:
- pytest --cov=./ --flake8
- pytest --cov=./
- flake8
after-success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit c8ec5ce

Please sign in to comment.