Merge "Fix incorrect base python version being picked for unit tests"

This commit is contained in:
Zuul 2020-06-11 09:39:49 +00:00 committed by Gerrit Code Review
commit c7637a7197
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
[tox]
minversion = 2.0
envlist = py37,pep8
skipsdist = True
minversion = 3.1.1
envlist = py36,py37,py38,pep8
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict.
ignore_basepython_conflict = True
[testenv]
basepython = python3