From: Ihar Hrachyshka Date: Thu, 12 Nov 2015 21:22:28 +0000 (+0100) Subject: Require tox >= 2.0 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=497932466cd33c0bfb2d95693c6bc6ef4690898d;p=openstack-build%2Fneutron-build.git 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 --- 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]