From 53d67f38df6b01efdd661ff83a1f7f36a919055c Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Mon, 11 May 2020 19:53:53 +0200 Subject: [PATCH] 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 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 06d9c15..5d3a7d9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,8 @@ [tox] -minversion = 2.0 +minversion = 3.1.0 envlist = pep8 skipsdist = True +ignore_basepython_conflict = true [testenv] usedevelop = True