Merge "Fix typo passend should be passenv"

This commit is contained in:
Jenkins 2016-03-22 00:21:04 +00:00 committed by Gerrit Code Review
commit 5ad18f73c5

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}'