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: I2a12208ee964278d10f34a8439cefa8269c11b9b
This commit is contained in:
Sean McGinnis 2015-11-03 19:31:51 -06:00
parent 580ed3f680
commit 5e134ad6af

@ -1,7 +1,7 @@
[tox]
distribute = False
envlist = py34,py27,pep8
minversion = 1.6
minversion = 1.8
skipsdist = True
[testenv]