ignore basepython conflict in tox
openstack-discuss/2020-May/014812.html Change-Id: I1dbde1c257a0d8b2c641295098980f5bb7a1c058
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -3,6 +3,11 @@ minversion = 3.2.0
|
|||||||
envlist = pep8,py37,py36
|
envlist = pep8,py37,py36
|
||||||
skipsdist = True
|
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]
|
[testenv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
|||||||
Reference in New Issue
Block a user