Use os-testr

Use os-testr, its more user friendly compared to testr.

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2015-09-23 09:43:14 -04:00
parent 31c52697ca
commit b399015b3f
2 changed files with 2 additions and 1 deletions

View File

@ -14,5 +14,6 @@ oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
os-testr
-e git+https://github.com/lxc/pylxd#egg=pylxd
-e git+https://github.com/openstack/nova#egg=nova

View File

@ -11,7 +11,7 @@ setenv =
EVENTLET_NO_GREENDNS=yes
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = ostestr {posargs}
[testenv:pep8]
commands = flake8