From 9c45a2a5d728e79c268a7b5f85f74c084dc0a4ba Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 5 Apr 2014 15:01:31 +0200 Subject: [PATCH] Oh come on --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index b652472..5b98ce2 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -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 .