From 497932466cd33c0bfb2d95693c6bc6ef4690898d Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 12 Nov 2015 22:22:28 +0100 Subject: [PATCH] Require tox >= 2.0 We use passenv in the file, and as per [1], it's introduced in tox 2.0. [1] https://testrun.org/tox/latest/config.html#confval-passenv=SPACE-SEPARATED-GLOBNAMES Change-Id: I97f1f903dec10b4a91fc27d62990ab974c5831bf --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ef91b3ed4..ab0d72ba3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = docs,py34,py27,pep8 -minversion = 1.8 +minversion = 2.0 skipsdist = True [testenv] -- 2.45.2