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: Ie9100f138561cc3ab91caa264cc8253dca2c9c05
This commit is contained in:
Kim Bao Long 2018-11-02 14:17:18 +07:00
parent 547a8ce079
commit 6fa353f583
1 changed files with 1 additions and 1 deletions

View File

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