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: I66c21e3cf648dc5fcb83a9302d235c546d502305
Closes-Bug:  #1801657
This commit is contained in:
huang.zhiping 2018-09-30 08:07:16 +00:00 committed by Mohammed Naser
parent cc4b993b21
commit da254f1845
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ ignore=F403
[testenv:bashate]
basepython = python3
commands =
bash -c "{toxinidir}/tests/common/test-bashate.sh"