Modify .travis.yml

This commit is contained in:
Delirious Lettuce 2017-05-30 23:51:29 -06:00
parent f7228f7952
commit 60f28ed288

View file

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