From 32080f7a428f7a56363e43563d0d316b04219f43 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 7 Jan 2020 09:22:30 -0500 Subject: [PATCH] Bump tox minversion ignore_basepython_conflict was introduced in tox 3.1.0. Change-Id: I7a6049b6a4fd3ee376a3478e94837c0afe89d4df --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f15529cdc..3a7ed0979 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.3 +minversion = 3.1 envlist = py37,pep8 skipdist = True # Automatic envs (pyXX) will only use the python version appropriate to that