Merge "add --slowest flag to testr"

This commit is contained in:
Jenkins
2015-06-22 19:33:40 +00:00
committed by Gerrit Code Review

View File

@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands =