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: If07beffb428af7a11549d02e83ec8800df4f84b8
This commit is contained in:
Kim Bao Long 2018-11-02 13:58:56 +07:00 committed by Kota Tsuyuzaki
parent e75871ce79
commit c6919d5f03

View File

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