From 462f1bd89335b98af20506fa73b7e7c2f433af5e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 15 Jun 2011 22:17:35 +0200 Subject: [PATCH] Make tox work by allowing the use of global site-packages --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8b91c6b7..48676e46 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py26,py27,docs [testenv] deps = nose commands = nosetests [] +sitepackages = True [testenv:docs] basepython = python