From 469cc5ae49ef4cfcaee302b95ce81dccf9faa945 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 1 Sep 2017 08:13:22 -0500 Subject: [PATCH] Fix typo in tox.ini Change-Id: I320460d9226f3f4dba782047f83466c0dbbd7e56 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 688c837a4..f6fd3f783 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = python setup.py testr --slowest --testr-args='--concurrency=1 {posarg setenv = {[testenv]setenv} OS_TEST_PATH = ./shade/tests/functional -passenv = {OS_* SHADE_* UPPER_CONSTRAINTS_FILE +passenv = OS_* SHADE_* UPPER_CONSTRAINTS_FILE whitelist_externals = bash commands = bash -x {toxinidir}/extras/install-tips.sh