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: I97ec363926b6e6af26ffb650ced568c7df1f9897
This commit is contained in:
Kim Bao Long 2018-11-02 14:14:21 +07:00
parent 6f40858c05
commit 7d1b6bf198
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
skipsdist = True