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: Ibc559e0afb3a68d3ce2acfd325e0695c3fae41ad
This commit is contained in:
Kim Bao Long 2018-11-05 08:30:02 +07:00
parent b892985a56
commit 7a5cc32e70
1 changed files with 1 additions and 1 deletions

View File

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