Remove extra setenv from tox.ini

Remove extra setenv lines that shadow the global setting in the
[testenv] section.

Change-Id: If28ba0df955192bfda53aaf6f81d2c729a51dd7c
This commit is contained in:
Andreas Jaeger 2014-08-22 21:39:12 +02:00
parent b5873b8561
commit 6214d01ad9
1 changed files with 0 additions and 2 deletions

View File

@ -29,13 +29,11 @@ commands =
commands = {posargs}
[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