diff --git a/tox.ini b/tox.ini index 7b8aeec..549457a 100644 --- a/tox.ini +++ b/tox.ini @@ -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]