travis: remove sdist builds

This commit is contained in:
Maximilian Hils 2016-02-16 02:04:58 +01:00
parent 2d569527f2
commit c31df4fa25

View File

@ -53,7 +53,7 @@ after_success:
then then
pip install -e ./release pip install -e ./release
python ./release/rtool.py bdist python ./release/rtool.py bdist
python ./release/rtool.py upload-snapshot --sdist --bdist --wheel python ./release/rtool.py upload-snapshot --bdist --wheel
fi fi
notifications: notifications: