From 5a3b3d8bc15c1d01e111ca6e2ba1c3d1161091f4 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 16 Jul 2014 22:44:39 +0200 Subject: [PATCH] Use better wheel hosting --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6c7f7d6..668f566 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ install_build_tests() { if [ "$TRAVIS" = "true" ]; then export CFLAGS=-O0 # speed up builds of packages which don't have wheels $PIP_INSTALL --upgrade wheel pip setuptools - PIP_INSTALL="pip install --use-wheel --find-links=http://dev.unterwaditzer.net/vdirsyncer/wheels/" + PIP_INSTALL="pip install --use-wheel --find-links=http://travis-wheels.unterwaditzer.net/wheels/" $PIP_INSTALL coveralls fi