mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Modify .travis.yml
This commit is contained in:
parent
60c12dca01
commit
2cd0f70051
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user