From 72667f4e7baf15688c48a4a3b17465286efa9b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 4 Feb 2020 15:36:00 +0100 Subject: [PATCH] bump tox to 3.1.1 Change-Id: I73576906f64cd76fde85c678e2a26e80f0efbe25 --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index f6a52ed..f71614d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,14 @@ [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] -basepython = python3 deps = bashate whitelist_externals = bash commands = bash -c "find {toxinidir} \ @@ -23,4 +23,4 @@ commands = bash -c "find {toxinidir} \ -name functions\* -or \ -wholename \*/lib/\* \ \) \ - -print0 | xargs -0 bashate -v -iE006" \ No newline at end of file + -print0 | xargs -0 bashate -v -iE006"