From 9d0a47cabecf29809fd6b440092d76922466ccbe Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Fri, 2 Nov 2018 14:26:51 +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: Ida5673ee66ab320975ead2d518df4f27c07b6d77 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d9d5714..734867e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = py35,py27,pep8 [testenv]