Update min tox version to 2.0

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

Change-Id: I763bacbb01523d22d249187d3ee06d6a5e6daafc
This commit is contained in:
huang.zhiping
2018-10-21 02:58:47 +00:00
parent de8c3990ea
commit 466c7a2091

View File

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