Update min tox version to 2.0

The commands used by constraints need at least tox 2.0.

Change-Id: I220c4eebad06e87402e78e97b52cc8c6d3ec94fc
This commit is contained in:
taoguo 2018-11-10 14:57:14 +08:00
parent 418e41033a
commit 8b898aea63
1 changed files with 1 additions and 1 deletions

View File

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