From dda9f4a8428ce2fbd5173f976544c5078b23bf1c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 13 Jan 2016 13:37:19 -0500 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 7ddf276c799e..382f9ec8f8bb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.8 +minversion = 2.0 envlist = py34,py27,functional,pep8,pip-missing-reqs skipsdist = True