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: Ie594fc55eb54d48d96157e31a319f0ff97afc9be
Closes-Bug:  #1801691
This commit is contained in:
huang.zhiping 2018-10-21 02:16:32 +00:00 committed by 98k
parent dd5f64c4c4
commit 4ae2116994
1 changed files with 1 additions and 1 deletions

View File

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