From 3b2b277979f8d0335fcfcef29893290ef20cb9f7 Mon Sep 17 00:00:00 2001 From: Mathieu Rohon Date: Tue, 19 Jan 2016 13:28:24 +0000 Subject: [PATCH] bump the min tox version to 2.3.1 When tox 2.3.0 uses the tox.ini provided by neutron, the following bug is hitten : https://bitbucket.org/hpk42/tox/issues/181 We need to set the min version of tox to 2.3.1. Change-Id: If2c3f4f534ff23a1f649cebea15e945563173544 Closes-bug: #1535725 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 683eb509131..429dd6c0062 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = docs,py34,py27,pep8 -minversion = 2.3 +minversion = 2.3.1 skipsdist = True [testenv]