Use testr directly from tox

Change-Id: I0da3538ff11639982ebc082a1834968e3d6a71d3
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
This commit is contained in:
Zhi Yan Liu 2014-12-24 15:57:00 +08:00
parent d2facfb568
commit 7d24312c4f
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