diff --git a/tox.ini b/tox.ini index b96b4939b..a62394a15 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +skipsdist=True envlist = py27-{flake8,docs}, {py26,py27}-django14, @@ -6,6 +7,7 @@ envlist = {py27,py32,py33,py34}-django{17,18alpha} [testenv] +skipsdist=True commands = ./runtests.py --fast setenv = PYTHONDONTWRITEBYTECODE=1