Update the min version of tox to 2.0

The verification comands used by tox need at least 2.0 version. This
patch aims to update tox version from 1.6 to 2.0 which should help with
local running of constraints targets.

Change-Id: I7140199d9fa6544d0af69216a9f467b04ed2cad4
This commit is contained in:
Kim Bao Long 2018-11-02 14:01:14 +07:00 committed by Masayuki Igawa
parent cf87b63aec
commit d42558be18
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 2 additions and 1 deletions

View File

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