From 816d75f469af8f97aadb4c862c960129bedb14d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Fri, 7 Dec 2018 10:25:47 +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: I751238ecd1db9fa15dfff05895534830bd476fe8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d5f2115b7..36dd4a6b6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = linters skipdist = True