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: I3a1583c2019e8cf990a8864c5a1b3350e5e08a9f
Closes-Bug:  #1801488
This commit is contained in:
Vieri 2018-11-02 06:40:26 +00:00
parent 7df8ba5b43
commit 0372af8d3c
1 changed files with 1 additions and 1 deletions

View File

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