From 3c2597054ab38df46c67a01432733dfe44605364 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 18 Jul 2014 00:58:57 +0200 Subject: [PATCH] Fix build script to be same as wheel docs --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 668f566..0841a64 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,8 @@ install_build_tests() { _davserver $DAV_SERVER 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 --upgrade pip + $PIP_INSTALL wheel PIP_INSTALL="pip install --use-wheel --find-links=http://travis-wheels.unterwaditzer.net/wheels/" $PIP_INSTALL coveralls fi