Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-07-22 04:14:45 +00:00 committed by Gerrit Code Review
commit 721fdd3658
1 changed files with 5 additions and 0 deletions

View File

@ -24,15 +24,19 @@ commands =
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
basepython = python3
commands = flake8
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
commands = {toxinidir}/manage.py test designatedashboard --settings=designatedashboard.tests.settings --cover-xml
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[flake8]
@ -44,6 +48,7 @@ builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,releasenotes
[testenv:releasenotes]
basepython = python3
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:lower-constraints]