From 6214d01ad9100a824df655e8eef897cde3693d2e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 22 Aug 2014 21:39:12 +0200 Subject: [PATCH] Remove extra setenv from tox.ini Remove extra setenv lines that shadow the global setting in the [testenv] section. Change-Id: If28ba0df955192bfda53aaf6f81d2c729a51dd7c --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 268858a962..b62a7fd375 100644 --- a/tox.ini +++ b/tox.ini @@ -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