From ed0068183f79cb83858d80b4688eebb2cfec3f8b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 17 Feb 2015 16:40:39 +0000 Subject: [PATCH 1/2] Make tox skip the sdist build. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b96b4939b..0d91dc8a7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +skipsdist=True envlist = py27-{flake8,docs}, {py26,py27}-django14, From eb05e93a46772308855f9fb216928bf510a56394 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 17 Feb 2015 16:49:36 +0000 Subject: [PATCH 2/2] 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