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:
parent
1095fb7478
commit
b9aec860f0
3
tox.ini
3
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user