From 735150d9eb052681835504f3ec8efe1b87feb67c Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sun, 11 Oct 2015 17:28:17 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc6900fb..5cbe7c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,5 +68,5 @@ deploy: tags: true branch: plot_density server: https://testpypi.python.org/pypi - distributions: "bdist_wheel sdist bdist_egg" + distributions: "bdist_wheel sdist" skip_cleanup: true