From 27859d14f20b993ffba828d48471c414a08c80dc Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 21 Nov 2014 14:58:37 +0100 Subject: [PATCH] Allow the use of which in tox. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ae86f10..d8526fd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] envlist = py26-django-14, py27-django-14, {py26,py27,py32,py33,py34,pypy}-django-{15,16,17,master} +whitelist_externals = which [testenv] basepython =