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

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