mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Oh come on
This commit is contained in:
parent
7cc53cde6f
commit
9c45a2a5d7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ set -e
|
||||||
if [ "$IS_TRAVIS" = "true" ]; then
|
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 --no-index --find-links=http://dev.unterwaditzer.net/vdirsyncer/wheels/"
|
||||||
pip install --upgrade wheel pip setuptools
|
pip install --upgrade wheel pip setuptools
|
||||||
else:
|
else
|
||||||
PIP_INSTALL="pip install"
|
PIP_INSTALL="pip install"
|
||||||
fi
|
fi
|
||||||
$PIP_INSTALL --editable .
|
$PIP_INSTALL --editable .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue