Oh come on

This commit is contained in:
Markus Unterwaditzer 2014-04-05 15:01:31 +02:00
parent 7cc53cde6f
commit 9c45a2a5d7

View file

@ -7,7 +7,7 @@ set -e
if [ "$IS_TRAVIS" = "true" ]; then
PIP_INSTALL="pip install --use-wheel --no-index --find-links=http://dev.unterwaditzer.net/vdirsyncer/wheels/"
pip install --upgrade wheel pip setuptools
else:
else
PIP_INSTALL="pip install"
fi
$PIP_INSTALL --editable .