bump the min tox version to 2.3.1

When tox 2.3.0 uses the tox.ini provided by neutron,
the following bug is hitten :
https://bitbucket.org/hpk42/tox/issues/181
We need to set the min version of tox to 2.3.1.

Change-Id: If2c3f4f534ff23a1f649cebea15e945563173544
Closes-bug: #1535725
This commit is contained in:
Mathieu Rohon 2016-01-19 13:28:24 +00:00
parent 893961c0d3
commit 3b2b277979
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = docs,py34,py27,pep8
minversion = 2.3
minversion = 2.3.1
skipsdist = True
[testenv]