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: Ida5673ee66ab320975ead2d518df4f27c07b6d77
This commit is contained in:
Kim Bao Long 2018-11-02 14:26:51 +07:00
parent eee5fb48a1
commit 9d0a47cabe
1 changed files with 1 additions and 1 deletions

View File

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