Skip to content

Commit

Permalink
FIX: Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Oct 25, 2018
1 parent b41aa47 commit 8f13da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
# command to run tests
script:
- python -m compileall ./
- coverage run -m unittest discover -s . -v -p "*_test.py" --omit='*/virtualenv/*,*/site-packages/*'
- coverage run --omit='*/virtualenv/*,*/site-packages/*' -m unittest discover -s . -v -p "*_test.py"

after_success:
- coveralls
Expand Down

0 comments on commit 8f13da1

Please sign in to comment.