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: Iad3c452a3e5935894e0fd9748bcb55fde5fcd04f
This commit is contained in:
Sean McGinnis 2015-11-03 19:29:11 -06:00
parent 07162dbad9
commit fb4b2e0475

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 1.8
envlist = py34,py27,pep8
skipsdist = True