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: I481d8c3757b99c934874eb63f16438589b70bd9a
This commit is contained in:
whoami-rajat 2018-11-02 12:33:58 +05:30
parent e53112c271
commit 29db99d340
1 changed files with 1 additions and 1 deletions

View File

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