From 2fb5ad9b36fe3ec99d335d1c627b7b234213259a Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 21 Mar 2016 17:36:11 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b8a3a6ae6..4a30bffda 100644 --- a/tox.ini +++ b/tox.ini @@ -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}'