Update min tox version to 2.3.2

The commands used by constraints need at least tox 2.3.2.  Update to
reflect reality, which should help with local running of constraints
targets.

Change-Id: I0051938d70bdb3060981e8ce1cd2a72ca8d292ff
This commit is contained in:
whoami-rajat 2018-11-02 11:39:38 +05:30 committed by Tim Burke
parent a13e44b39d
commit 7a21272627

View File

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