tox: Use python3 within tempestenv

If3ff71dbe636ef98072b15f6599e6e641c222f30 had switched this to python3.6
but this breaks on distros where 3.6 is no longer provided by default,
such as Fedora.

Closes-Bug: #1861308
Change-Id: I0e0b9e88eea2499cb1b9727a7787c050c869c819
This commit is contained in:
Lee Yarwood 2020-01-28 21:27:59 +00:00 committed by Ian Wienand
parent b0a8057fbb
commit bc9fe8eca8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
ignore_basepython_conflict = True
[tempestenv]
basepython = python3.6
basepython = python3
sitepackages = False
setenv =
VIRTUAL_ENV={envdir}