Merge "Use ostestr as a tests runner"

This commit is contained in:
Jenkins 2016-03-02 19:39:33 +00:00 committed by Gerrit Code Review
commit 718b631d23
2 changed files with 2 additions and 1 deletions

View File

@ -15,3 +15,4 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
tempest-lib>=0.14.0 # Apache-2.0
testtools>=1.4.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
os-testr>=0.4.1 # Apache-2.0

View File

@ -13,7 +13,7 @@ passenv = *_proxy *_PROXY
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete
python setup.py testr --testr-args='{posargs}'
ostestr {posargs}
whitelist_externals = find
[testenv:pep8]