Update tox.ini

Added minversion field, using 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: If87c8ada21fc591adbfe51d06a562c942b597f71
This commit is contained in:
Iury Gregory Melo Ferreira 2020-05-11 19:50:42 +02:00
parent 5e2be52895
commit a1bdb28c51
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
[tox]
minversion = 3.1.0
envlist = py3,pep8
ignore_basepython_conflict = true
[testenv]
basepython = python3