mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Use pypi as fallback
This commit is contained in:
parent
9c45a2a5d7
commit
08d3a6f2e0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -e
|
|||
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
|
||||
|
||||
if [ "$IS_TRAVIS" = "true" ]; then
|
||||
PIP_INSTALL="pip install --use-wheel --no-index --find-links=http://dev.unterwaditzer.net/vdirsyncer/wheels/"
|
||||
PIP_INSTALL="pip install --use-wheel --find-links=http://dev.unterwaditzer.net/vdirsyncer/wheels/"
|
||||
pip install --upgrade wheel pip setuptools
|
||||
else
|
||||
PIP_INSTALL="pip install"
|
||||
|
|
|
|||
Loading…
Reference in a new issue