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: I8a8766706f60a75c546fa338943630a28f3670f2
This commit is contained in:
huang.zhiping 2018-10-21 02:56:10 +00:00
parent ba873aef34
commit 494c332f62
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
[tox]
envlist = py35,py27,pypy,pep8
minversion = 1.6
minversion = 2.0
skipsdist = True
[testenv]