Merge "Remove extra setenv from tox.ini"

This commit is contained in:
Jenkins 2014-08-25 04:20:07 +00:00 committed by Gerrit Code Review
commit 0886ef51d7
1 changed files with 0 additions and 2 deletions

View File

@ -32,13 +32,11 @@ commands = {posargs}
commands = python setup.py build_sphinx
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =
python setup.py testr --coverage \
--testr-args='^(?!.*test.*coverage).*$'
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
commands = bash tools/lintstack.sh