aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-16 02:04:58 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-16 02:04:58 +0100
commitc31df4fa25bc302b39f2af27a546e8cb9a3e3c8c (patch)
tree3781484ac24e7287763bdf15ba4d3035e6122d08
parent2d569527f29f2d6b0c7c9e10e509a6822b69ee4f (diff)
downloadmitmproxy-c31df4fa25bc302b39f2af27a546e8cb9a3e3c8c.tar.gz
mitmproxy-c31df4fa25bc302b39f2af27a546e8cb9a3e3c8c.tar.bz2
mitmproxy-c31df4fa25bc302b39f2af27a546e8cb9a3e3c8c.zip
travis: remove sdist builds
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fd1e3791..f459dce3 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: