From db9ac80072ee78673f9846f8217b45dee23cf3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20J=C3=B3zefczyk?= Date: Mon, 5 Jun 2017 14:08:14 +0200 Subject: [PATCH] Update minimum tox version to 2.3.2 After latest changes on tox.ini we need to change minimum version of tox to 2.3.2. Problem is described in tox changelog as #issue279. Without this change tests are unable to run. Change-Id: I458cf0d5e8927cf11a44b49ecfb5178a228aafaf Closes-Bug: #1695888 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ef907623ed2..89d25e3d25d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = docs,py35,py27,pep8 -minversion = 2.3.1 +minversion = 2.3.2 skipsdist = True [testenv]