Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-06-06 23:33:36 +00:00 committed by Gerrit Code Review
commit 4dd8d8c57a
1 changed files with 8 additions and 1 deletions

View File

@ -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