From c31df4fa25bc302b39f2af27a546e8cb9a3e3c8c Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 16 Feb 2016 02:04:58 +0100 Subject: [PATCH] travis: remove sdist builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd1e37917..f459dce36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ after_success: then pip install -e ./release python ./release/rtool.py bdist - python ./release/rtool.py upload-snapshot --sdist --bdist --wheel + python ./release/rtool.py upload-snapshot --bdist --wheel fi notifications: