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: I77de45c1b21d2d6df3658cfd8e3569016b7138d1
This commit is contained in:
Kim Bao Long 2018-11-02 13:39:28 +07:00
parent 16f67e5f13
commit ba03d4fb8c
1 changed files with 1 additions and 1 deletions

View File

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