Changed testr to os-testr

Change-Id: I6dd478e3bac50cf5a2d0ad32af0e36c25c0df071
Related-Bug: #1525854
This commit is contained in:
Biswajeeban Mishra
2016-01-07 14:32:06 +01:00
parent c286e1ec4b
commit 9900273988
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements.txt
commands =
find . -type f -name "*.pyc" -delete
find . -type d -name "__pycache__" -delete
python setup.py testr --slowest --testr-args='{posargs}'
ostestr --concurrency=6 {posargs}
[testenv:pep8]
commands = flake8