Make tox work by allowing the use of global site-packages

This commit is contained in:
Stein Magnus Jodal 2011-06-15 22:17:35 +02:00
parent 30a8fd5e85
commit 462f1bd893

View File

@ -4,6 +4,7 @@ envlist = py26,py27,docs
[testenv]
deps = nose
commands = nosetests []
sitepackages = True
[testenv:docs]
basepython = python