execute coveralls only on travis, fixes #84 (#91)

This commit is contained in:
Teemu R 2017-09-16 19:00:17 +02:00 committed by GitHub
parent 281f236221
commit 3ddd31f3c1
2 changed files with 2 additions and 4 deletions

View File

@ -4,6 +4,6 @@ python:
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
install: pip install tox-travis coveralls
script: tox
after_success: coveralls

View File

@ -13,10 +13,8 @@ deps=
pytest
pytest-cov
voluptuous
coveralls
commands=
py.test --cov pyHS100
coveralls
[testenv:flake8]
deps=flake8