From ed0068183f79cb83858d80b4688eebb2cfec3f8b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 17 Feb 2015 16:40:39 +0000 Subject: [PATCH] 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,