summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-06 23:33:36 +0000
committerGerrit Code Review <review@openstack.org>2018-06-06 23:33:36 +0000
commit4dd8d8c57aa42e3a51816294a366bd105d1e2900 (patch)
treea3b1e1595c42effd6ba1b5c715c596a1ee8516f0
parent4841cf17d04603afafe25bcbfc49a492052f7687 (diff)
parentf2b7bbe41abe8d88c2ff6c7b3cc82a530ac1c303 (diff)
downloadtaskflow-4dd8d8c57aa42e3a51816294a366bd105d1e2900.tar.gz
Merge "fix tox python3 overrides"
-rw-r--r--tox.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9ae3a7e..d2cb1e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,6 @@ envlist =
update-states
[testenv]
-basepython = python3
setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
@@ -26,35 +25,41 @@ commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:docs]
+basepython = python3
deps =
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -E -W -b html doc/source doc/build/html
[testenv:update-states]
+basepython = python3
deps =
{[testenv]deps}
pydot2
commands = {toxinidir}/tools/update_states.sh
[testenv:pep8]
+basepython = python3
commands =
flake8 {posargs}
doc8 doc/source
[testenv:pylint]
+basepython = python3
deps =
{[testenv]deps}
pylint==0.26.0
commands = pylint --rcfile=pylintrc taskflow
[testenv:cover]
+basepython = python3
deps =
{[testenv]deps}
coverage>=3.6
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]
+basepython = python3
commands = {posargs}
[flake8]
@@ -79,10 +84,12 @@ ignore-path = doc/*/target,doc/*/build*
basepython = python2.7
[testenv:releasenotes]
+basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:lower-constraints]
+basepython = python3
install_command = pip install {opts} {packages}
deps =
-c{toxinidir}/lower-constraints.txt