Modify .travis.yml

This commit is contained in:
Delirious Lettuce 2017-05-30 23:51:29 -06:00
parent 60c12dca01
commit 2cd0f70051

View File

@ -13,6 +13,6 @@ python:
install:
- pip install Flask==0.12 stem==1.5.4 pytest-cov coveralls
# command to run tests
script: pytest test/ --cov test/
after_success:
- coveralls
script: pytest --cov=onionshare test/
# after_success:
# - coveralls