From 5fec9293c9d8d681bf6bd3ccdaea456a9a882ed4 Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Fri, 2 Nov 2018 11:19:51 +0700 Subject: [PATCH] Update min tox version to 2.0 The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets. Change-Id: I220127ff324719ed0b824b2288273bfd849182e0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a82ba9cd9..2981077c8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py36,py35,py27,pep8,docs -minversion = 1.6 +minversion = 2.0 skipsdist = True [testenv]