Uncomment after_success

This commit is contained in:
Delirious Lettuce 2017-05-30 23:53:51 -06:00
parent 2cd0f70051
commit 6c458f7fea

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