Update min tox version to 2.0

The commands used by constraints need at least tox 2.0.

Change-Id: I1cff1dcac2e035249808e19ecec241ba84aa02dd
This commit is contained in:
taoguo 2018-11-10 15:08:22 +08:00
parent 18b276ecdf
commit ace879d97b
1 changed files with 1 additions and 1 deletions

View File

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