Fix tox for integration tests

Before providing tox with regex to run specific integration tests
was broken.

Change-Id: Ieed667073fa1ec4eb864e195860266355e6f9d1c
This commit is contained in:
Tetiana Lashchova 2014-12-22 14:29:20 +02:00
parent 4fc8985f29
commit 15777b2973
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ whitelist_externals =
[testenv:integration]
commands =
python setup.py testr --slowest --testr-args='--concurrency=1 ^heat_integrationtests{posargs}'
python setup.py testr --slowest --testr-args='--concurrency=1 ^heat_integrationtests.*{posargs}'
[testenv:pep8]
commands =