From d42558be18ff3fd1fc545ade308e41d9e5b73860 Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Fri, 2 Nov 2018 14:01:14 +0700 Subject: [PATCH] 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: I7140199d9fa6544d0af69216a9f467b04ed2cad4 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 66235f3..9f3d414 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] -minversion = 1.6 + +minversion = 2.0 envlist = py36,py37,py27,pypy,pep8 skipsdist = True