fix tox python3 overrides

We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I827159da11b4808c9a4177e2b3cf9258d00b7649
This commit is contained in:
huang.zhiping 2018-10-03 01:55:54 +00:00
parent b199f84c9f
commit 724132faea
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:debug]
basepython = python3
commands = oslo_debug_helper -t cloudkittydashboard/tests {posargs}
[flake8]