mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
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:
parent
a621f5329d
commit
2d26e8cf35
7
tox.ini
7
tox.ini
@ -8,10 +8,15 @@ envlist=py34,py35,py36,flake8
|
|||||||
3.6 = py36
|
3.6 = py36
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
|
pytest-cov
|
||||||
voluptuous
|
voluptuous
|
||||||
commands=py.test pyHS100
|
coveralls
|
||||||
|
commands=
|
||||||
|
py.test --cov pyHS100
|
||||||
|
coveralls
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps=flake8
|
deps=flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user