From: Sean McGinnis Date: Tue, 3 Nov 2015 22:47:01 +0000 (-0600) Subject: Update minimum tox version to 1.8 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f17c0bbd75f458786589461875cced88848a4409;p=openstack-build%2Fcinder-build.git 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 --- 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