From f17c0bbd75f458786589461875cced88848a4409 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 3 Nov 2015 16:47:01 -0600 Subject: [PATCH] Update minimum tox version to 1.8 Other projects have updated to 1.8 or later for the minimum tox version (nova, neutron), so we should probably do the same. Change-Id: Iddb9ab286519d555671ec39c0ce75c9351025730 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7504b6128..ebe04af5a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 1.8 skipsdist = True envlist = py27,pep8 -- 2.45.2