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: I22dec4ff510123520a2c035c3fa1c80f18ce4cdd
Closes-Bug:  #1801360
This commit is contained in:
huang.zhiping 2018-10-21 02:31:59 +00:00 committed by Andriy Shevchenko
parent 5f69719096
commit da7e2916bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
# py3 first to avoid .testrepository incompatibility
envlist = py35,py27,pypy,pep8
minversion = 1.6
minversion = 2.3.2
skipsdist = True
[testenv]