Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-12-06 03:44:04 +00:00 committed by Gerrit Code Review
commit 08efe05932
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'
testr run {posargs}
[testenv:pep8]
basepython = python3
setenv =
PYTHONPATH = .
commands =
@ -25,12 +26,14 @@ commands =
check-uuid --fix --package heat_tempest_plugin
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
sphinxcontrib-httpdomain
commands = python setup.py build_sphinx
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]