Merge "Fix error: option --no-parallel not recognized"

This commit is contained in:
Jenkins 2016-09-16 13:03:58 +00:00 committed by Gerrit Code Review
commit 2808e1af46

View File

@ -58,7 +58,7 @@ basepython = python2.7
commands = commands =
{[testenv]commands} {[testenv]commands}
coverage erase 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 run -a run_tests.py
coverage html coverage html
coverage xml coverage xml