From 24db697d1bdb27edf087f2889a94d40d2182dbd0 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Tue, 12 Jul 2016 18:00:40 -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. Note: this is a clone of mriedem's manila change [1]. [1] I27348462a21daab479d76b24b48e3a4e017504cc Change-Id: I185c8f80285f2e7b4f3d3d45a2e6a7dd5741bc1d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3be540af885..a5e5389154d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.8 +minversion = 2.0 skipsdist = True envlist = py34,py27,compliance,pep8