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:
Davanum Srinivas 2016-03-21 17:36:11 -04:00
parent e376bf9948
commit 2fb5ad9b36
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py34,py27,pep8,bandit
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_TIMEOUT=30
passend = OS_*
passenv = OS_*
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'