Update min tox version to 2.3.2

After latest changes on tox.ini, the minimum
version of tox need to be changed to 2.3.2.

https://bugs.launchpad.net/neutron/+bug/1695888
I458cf0d5e8927cf11a44b49ecfb5178a228aafaf

Change-Id: I62991679465a52710b8c24af80fdb311c1e26969
This commit is contained in:
Nguyen Hai Truong 2018-11-09 01:03:04 +07:00
parent ecab028a66
commit c7a6017d40
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = py35,py27,pep8
minversion = 1.6
minversion = 2.3.2
skipsdist = True
[testenv]