Fix error: option --no-parallel not recognized

Passing --no-parallel through to testr causes an error in the
coverage jobs.

http://logs.openstack.org/de/dee522d8b14b1fdf73668e678374a91784b86ba3

Change-Id: I57e6f416105efc0595f507e7e4a671761f11d0fe
This commit is contained in:
Trevor McCasland 2016-09-15 13:21:31 -05:00
parent dee522d8b1
commit 092966a2d8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ basepython = python2.7
commands =
{[testenv]commands}
coverage erase
python setup.py testr --coverage --no-parallel
python setup.py testr --coverage --testr-args="--concurrency=1"
coverage run -a run_tests.py
coverage html
coverage xml