From 402f41d56fec24a87f7d2a6a652901e79b1040b6 Mon Sep 17 00:00:00 2001 From: Tetiana Lashchova Date: Thu, 28 May 2015 16:01:07 +0300 Subject: [PATCH] Fix py27log env in tox Add ^(?!heat_integrationtests) to py27log env to have the same behaviour as py27 env Change-Id: If092a56c840d52edd06076256e4832337ddc722a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c817c32b85..764eb778c9 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ whitelist_externals = [testenv:py27log] commands = find . -type f -name "*.pyc" -delete - bash tools/pretty_tox.sh '{posargs}' + bash tools/pretty_tox.sh '^(?!heat_integrationtests){posargs}' [testenv:integration] setenv = VIRTUAL_ENV={envdir}