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

This commit is contained in:
Zuul 2018-10-10 03:19:21 +00:00 committed by Gerrit Code Review
commit b1a0ab8e27
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
commands =
find . -type f -name "*.py[c|o]" -delete
stestr run '{posargs}'
stestr run {posargs}
stestr slowest
whitelist_externals = bash