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: I301278dd742037fd4a1ca498ace8e3a4e299bf56
This commit is contained in:
Nguyen Hai Truong 2018-11-05 19:15:52 -08:00
parent 188c5d7787
commit 5bb4f882df
1 changed files with 1 additions and 1 deletions

View File

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