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: Ifc2c2ad88d77fb2590b5bb598458bdfd4a423a9e
This commit is contained in:
ZhongShengping 2019-04-15 09:42:41 +08:00
parent 4e63540245
commit d9a63f7cb0

View File

@ -1,6 +1,6 @@
[tox]
envlist = py27,py36,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
minversion = 1.6
minversion = 2.0
skipsdist = True
[testenv]