mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-28 09:36:25 +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
|
||||
|
||||
[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
|
||||
|
Loading…
x
Reference in New Issue
Block a user