mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-02 10:15:50 +00:00
Use better wheel hosting
This commit is contained in:
parent
eb9253af94
commit
5a3b3d8bc1
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue