From c7a6017d40fc3f3cd3ab518b171e5f1b2e14d127 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Fri, 9 Nov 2018 01:03:04 +0700 Subject: [PATCH] Update min tox version to 2.3.2 After latest changes on tox.ini, the minimum version of tox need to be changed to 2.3.2. https://bugs.launchpad.net/neutron/+bug/1695888 I458cf0d5e8927cf11a44b49ecfb5178a228aafaf Change-Id: I62991679465a52710b8c24af80fdb311c1e26969 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1c5c80c58..d100a7718 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py35,py27,pep8 -minversion = 1.6 +minversion = 2.3.2 skipsdist = True [testenv]