Merge "Fix error: option --no-parallel not recognized"
This commit is contained in:
commit
2808e1af46
2
tox.ini
2
tox.ini
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user