From da7e2916bc0d871857ecd4f0296d8f20f6db3cb2 Mon Sep 17 00:00:00 2001 From: "huang.zhiping" Date: Sun, 21 Oct 2018 02:31:59 +0000 Subject: [PATCH] Update min tox version to 2.3.2 The commands used by constraints need at least tox 2.3.2. Update to reflect reality, which should help with local running of constraints targets. Change-Id: I22dec4ff510123520a2c035c3fa1c80f18ce4cdd Closes-Bug: #1801360 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 032d3cc22..7d5eecb23 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] # py3 first to avoid .testrepository incompatibility envlist = py35,py27,pypy,pep8 -minversion = 1.6 +minversion = 2.3.2 skipsdist = True [testenv]