mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-12 11:55:53 +00:00
Fix build script to be same as wheel docs
This commit is contained in:
parent
5a3b3d8bc1
commit
3c2597054a
1 changed files with 2 additions and 1 deletions
3
build.sh
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue