Update the min version of tox 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: Ie186ef1bb2b4c8158d3de99696e1f98ab645470d
This commit is contained in:
Kim Bao Long 2018-11-02 13:48:34 +07:00
parent 48a4c8b493
commit 0129f7e8ea
1 changed files with 1 additions and 1 deletions

View File

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