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 =
{[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