From 268fd83d3a4e3cce7219c2ae5452f1f2f12d7107 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 9 Apr 2015 12:52:21 +0200 Subject: [PATCH] tox 1.8 or newer is required The "py{27,34,py}-dns" syntax in envlist is only supported on tox 1.8 or newer. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9aa7070..e4f4e76 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ show-source = 1 statistics = 1 [tox] +minversion=1.8 envlist = pep8, py{26,27,33,34,py}-{selects,poll,epolls}, py{27,34,py}-dns