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: I84a53543b50184b4e838cd6e597dfc80ec025588
This commit is contained in:
Kim Bao Long 2018-11-02 14:21:03 +07:00
parent 020d1bbcf5
commit aae9ed8be6
1 changed files with 1 additions and 1 deletions

View File

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