From 42ea0480664bdb46757aed206326646dcbc562b8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 28 Jan 2019 16:37:04 +0100 Subject: [PATCH] try to fix tox race condition --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bd8b904..727415d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] -minversion = 1.6 +minversion = 3.5 +isolated_build=true envlist = py27-ansible{21},py{27,35,36,37}-ansible{22,23,24,25,26,27},py{27,35,36,37}-flake8 [testenv]