Uncomment after_success

This commit is contained in:
Delirious Lettuce 2017-05-30 23:53:51 -06:00
parent 597502f6e7
commit 7a52ec3781

View File

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