Merge "Don't quote {posargs} in tox.ini"

This commit is contained in:
Zuul 2018-10-10 02:13:34 +00:00 committed by Gerrit Code Review
commit b18bae3b99
1 changed files with 1 additions and 1 deletions

View File

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