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: I1d2d013695d783cee0ea3e8caf69a71da6a9028c
Closes-Bug:  #1801465
This commit is contained in:
Vieri 2018-11-02 03:16:52 +00:00 committed by Andriy Shevchenko
parent 2a4062f3c1
commit 3ff0ba1f27
1 changed files with 1 additions and 1 deletions

View File

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