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:
Ivan Melnikov 2015-01-23 14:14:53 +03:00
parent 0d510f2e4a
commit 35745c902e
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ commands = pylint --rcfile=pylintrc taskflow
[testenv:cover]
basepython = python2.7
deps = {[testenv:py27]deps}
coverage>=3.6
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]