From 5e75375e9f19b3d5c1c83e7dfe238a789e0b0bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Wed, 19 Dec 2018 10:59:51 +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: I422714a265305143137c345cb86b6e0318d68df2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f83472b03..43900eae5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 skipsdist = True envlist = py27,pep8