From eb05e93a46772308855f9fb216928bf510a56394 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 17 Feb 2015 16:49:36 +0000 Subject: [PATCH] I don't understand how this thing works --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0d91dc8a7..a62394a15 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist = {py27,py32,py33,py34}-django{17,18alpha} [testenv] +skipsdist=True commands = ./runtests.py --fast setenv = PYTHONDONTWRITEBYTECODE=1