Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-07-18 03:00:13 +00:00 committed by Gerrit Code Review
commit 985c46edd5
1 changed files with 4 additions and 0 deletions

View File

@ -24,15 +24,19 @@ commands =
coverage report -m
[testenv:debug]
basepython = python3
commands = oslo_debug_helper -t barbicanclient/tests {posargs}
[testenv:pep8]
basepython = python3
commands = flake8 {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt