Use testr directly from tox

This replicates the patch in glance to use testr directly
(I21351880db0848b860e7c61d4a8c711be2a49de0).

Change-Id: I7a349fc8fb4864c2e45b8429e7a4dcc5781bc2dc
This commit is contained in:
Louis Taylor 2014-12-15 14:09:24 +00:00
parent 64e14b3c79
commit fde5fae723
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ usedevelop = True
install_command = pip install --allow-all-external --allow-insecure netaddr -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
commands = python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip