From 3e776f1ae4fd331ce173cb070d5da1525a8cfecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 4 Feb 2020 15:43:04 +0100 Subject: [PATCH] bump tox to 3.1.1 Change-Id: If718bc284ed7b98e1979fc831f8a54bea9070369 --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8e75f0d..4623d64 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,12 @@ [tox] -minversion = 1.6 +minversion = 3.1.1 skipsdist = True envlist = bashate +ignore_basepython_conflict = true [testenv] +basepython = python3 usedevelop = False -install_command = pip install {opts} {packages} [testenv:bashate] deps = bashate