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: I27348462a21daab479d76b24b48e3a4e017504cc
(cherry picked from commit 0b59a910fb)
This commit is contained in:
Matt Riedemann 2016-07-10 11:50:33 -04:00
parent 65907551f5
commit 20cea9ab0e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 2.0
skipsdist = True
envlist = py34,py27,pep8