Revert changes to use ostestr

ostestr has more user-friendly output including lists of all and failed
tests.

Change-Id: I1f715a5688d702aaf8489928a1b0a39093caa5da
This commit is contained in:
Ivan Kolodyazhny 2016-02-17 16:04:40 +02:00
parent b77835b23a
commit 7f45046017
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ deps = -r{toxinidir}/test-requirements.txt
# to ncpu, to specify something else use
# the concurrency=<n> option.
# call ie: 'tox -epy27 -- --concurrency=4'
commands = python setup.py testr --testr-args='{posargs}'
commands = ostestr {posargs}
whitelist_externals = bash
passenv = *_proxy *_PROXY