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: Iecc9b044469c970fa86bf3dab35a1d10c7c12429
This commit is contained in:
huang.zhiping 2018-10-20 12:18:13 +00:00 committed by Andriy Shevchenko
parent 50120adf09
commit 86358c2203

View File

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