Fix typo passend should be passenv
Looks like a typo. It should be passenv as mentioned in tox docs: https://testrun.org/tox/latest/config.html Change-Id: I14a18ec5b6c53ad4931b144ef66916563047cde6
This commit is contained in:
parent
e376bf9948
commit
2fb5ad9b36
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ envlist = py34,py27,pep8,bandit
|
|||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
OS_TEST_TIMEOUT=30
|
OS_TEST_TIMEOUT=30
|
||||||
passend = OS_*
|
passenv = OS_*
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user