Switch from ostestr to stestr

This change just updates the tox.ini file to call stestr directly
instead of going through ostestr.

Change-Id: Ibe957cda167b59ef44f5c7e9dfc415c227213565
This commit is contained in:
liuyamin 2018-05-09 10:34:32 +08:00
parent 1095fb7478
commit b9aec860f0
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.py[c|o]" -delete
ostestr {posargs}
stestr run '{posargs}'
stestr slowest
[testenv:releasenotes]
deps =