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: Ie35de9bd5616910aa32a5ebfa034ac5891bb3ad6
This commit is contained in:
wangyayan 2018-10-31 10:53:58 +08:00
parent a81b33a5c5
commit 115b884bc3

View File

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