From 6fa353f583593de1bbdeccc1e09d75c7fbc3c8d9 Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Fri, 2 Nov 2018 14:17:18 +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: Ie9100f138561cc3ab91caa264cc8253dca2c9c05 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 60dd2b86..23e00d3b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py35,py27,pep8,releasenotes -minversion = 1.6 +minversion = 2.0 skipsdist = True [testenv]