Fix coverage environment
To run coverage report we need 'coverage' package, which should be added to dependency list for corresponding tox environment. Change-Id: I546b5afb1501773351fc2233bb12858497970105
This commit is contained in:
parent
0d510f2e4a
commit
35745c902e
1
tox.ini
1
tox.ini
@ -40,6 +40,7 @@ commands = pylint --rcfile=pylintrc taskflow
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps = {[testenv:py27]deps}
|
deps = {[testenv:py27]deps}
|
||||||
|
coverage>=3.6
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user