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: I2a71f220ebbc969dc30b55804cb393c0e2f60605
This commit is contained in:
Vieri 2018-11-02 07:06:46 +00:00
parent 11e2fdd2fb
commit b9e7afe86f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist = pep8,pip-check-reqs,cover,py35,py27
minversion = 1.9
minversion = 2.0
skipsdist = True
[testenv]