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: I04b8f87cc715927c85b20de18fd46e65ed9eefdc
This commit is contained in:
ZhongShengping 2018-10-16 11:40:18 +08:00
parent 4573ad634f
commit 5ddec83510

View File

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