From 0b59a910fb8d614f9503b7921edf196e6f908a37 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 10 Jul 2016 11:50:33 -0400 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: I27348462a21daab479d76b24b48e3a4e017504cc --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 386f1ee2d9..22b74d3d40 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 skipsdist = True envlist = py34,py27,pep8