Fix py27log env in tox

Add ^(?!heat_integrationtests) to py27log env to have the same
behaviour as py27 env

Change-Id: If092a56c840d52edd06076256e4832337ddc722a
This commit is contained in:
Tetiana Lashchova 2015-05-28 16:01:07 +03:00
parent f01499fa5b
commit 402f41d56f
1 changed files with 1 additions and 1 deletions

View File

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