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

Change-Id: I006274862f9d66af86db47f29f3b5bf7ac3fc103
This commit is contained in:
Nguyen Hai Truong 2018-11-09 00:53:25 +07:00
parent cfd9153dbf
commit 0a6dcc55aa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 2.3.2
envlist = py35,py27,pep8
skipsdist = True