From 7d1b6bf198f1164b1a2176ace775a26501b157c3 Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Fri, 2 Nov 2018 14:14:21 +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: I97ec363926b6e6af26ffb650ced568c7df1f9897 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bb4a84926..3b91f31e4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = py35,py27,pep8 skipsdist = True