ignore basepython conflict in tox

openstack-discuss/2020-May/014812.html

Change-Id: I1dbde1c257a0d8b2c641295098980f5bb7a1c058
This commit is contained in:
Wes Hayutin 2020-05-13 14:35:22 -06:00
parent 9c5a51861c
commit d828ef2c56
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ minversion = 3.2.0
envlist = pep8,py37,py36
skipsdist = True
# 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
usedevelop = True