From c534e00ed06ef17506cf5f74553310ec15653834 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Tue, 10 Feb 2015 22:43:39 -0800 Subject: Don't create sdist with tox (latest setuptools doesn't like mixing) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 29bd48639..202e29e30 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [tox] +skipsdist = True envlist = py26,py27,py32,py33,py34,pypy,pypy3,cover -- cgit v1.2.3