Drop redundant injection of VIRTUAL_ENV
tox automatically injects the environment so no manual override is necessary. Change-Id: I7d3462e0dce52ae011c25ab0e04a372bf7b3ec16
This commit is contained in:
parent
02f0d219cc
commit
733492e908
1
tox.ini
1
tox.ini
@ -5,7 +5,6 @@ envlist = py3,pep8
|
|||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = true
|
usedevelop = true
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
|
||||||
ZAQAR_TESTS_CONFIGS_DIR={toxinidir}/zaqar/tests/etc/
|
ZAQAR_TESTS_CONFIGS_DIR={toxinidir}/zaqar/tests/etc/
|
||||||
ZAQAR_TEST_MONGODB=1
|
ZAQAR_TEST_MONGODB=1
|
||||||
ZAQAR_TEST_SLOW=1
|
ZAQAR_TEST_SLOW=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user