summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-18 03:00:13 +0000
committerGerrit Code Review <review@openstack.org>2018-07-18 03:00:13 +0000
commit985c46edd50595ba9e1c528c1893fc77a727078e (patch)
tree2b7aa6bc2a66e7c6ec187930ac1c0c537321e146
parentb4c20085844833d9fc2e95e80db8feb7c912d854 (diff)
parentfb96e8fb87acfc1df4c02c6d3a1499c018f6c97d (diff)
downloadpython-barbicanclient-985c46edd50595ba9e1c528c1893fc77a727078e.tar.gz
Merge "fix tox python3 overrides"4.7.0
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a8b9d9f..323f521 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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