mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-21 20:38:38 -04:00
Modify .travis.yml
This commit is contained in:
parent
f7228f7952
commit
60f28ed288
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue