From 0628e5fea5cf612b4fbe1d07709487939bf4fd68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Fri, 7 Dec 2018 11:07:01 +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: I73017538f259268d8a77eaeea3ba99e116bcd0f9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d2f5962d..59a006d6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = docs, linters skipdist = True