Merge "Don't delete tarballs in run-wheel.sh"

This commit is contained in:
Jenkins 2014-06-02 14:07:34 +00:00 committed by Gerrit Code Review
commit 930ff0d40b

View File

@ -28,7 +28,7 @@ fi
source /usr/local/jenkins/slave_scripts/select-mirror.sh $org $project
rm -f dist/*.tar.gz
rm -f dist/*.whl
tox -evenv pip install wheel
tox -evenv python setup.py bdist_wheel