Update tox.ini
Bump minversion to 3.1.0 so we can use `ignore_basepython_conflict` Added ignore_basepython_conflict, this will ensure we are testing with the correct python version, see [1] for more details. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014809.html Change-Id: I2a13efdd19da8eb114b1dd510f32bf0d78110c8b
This commit is contained in:
parent
dd90f32dfe
commit
53d67f38df
3
tox.ini
3
tox.ini
@ -1,7 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
minversion = 3.1.0
|
||||||
envlist = pep8
|
envlist = pep8
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
ignore_basepython_conflict = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user