From c87c930be6d4755be775dc0c232a1419a27c9792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Thu, 6 Dec 2018 10:22:59 +0100 Subject: [PATCH] [Configuration] Update min tox version. The commands used by constraits need at least tox 2.0, update to reflect reality, which should help with local running constraints targets. Change-Id: I069abc89dcd21b072a25c4375af7d78e5123b489 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3a6c4436..ce658cb4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 skipsdist = True envlist = docs,pep8