From 7a5cc32e7084ab254edeb3495e1d47b3a7717784 Mon Sep 17 00:00:00 2001 From: Kim Bao Long Date: Mon, 5 Nov 2018 08:30:02 +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: Ibc559e0afb3a68d3ce2acfd325e0695c3fae41ad --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b2b5451..37aa44b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = docs,py27,pep8 -minversion = 1.6 +minversion = 2.0 skipsdist = True [testenv]