make tox run pytest-cov, add coveralls (#81)

* make tox run pytest-cov, add coveralls

* another try, just with module name
This commit is contained in:
Teemu R 2017-08-09 13:07:24 +02:00 committed by GitHub
parent a621f5329d
commit 2d26e8cf35

View File

@ -8,10 +8,15 @@ envlist=py34,py35,py36,flake8
3.6 = py36
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps=
pytest
pytest-cov
voluptuous
commands=py.test pyHS100
coveralls
commands=
py.test --cov pyHS100
coveralls
[testenv:flake8]
deps=flake8