mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-02 10:15:50 +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
|
||||
PIP_INSTALL="pip install --use-wheel --no-index --find-links=http://dev.unterwaditzer.net/vdirsyncer/wheels/"
|
||||
pip install --upgrade wheel pip setuptools
|
||||
else:
|
||||
else
|
||||
PIP_INSTALL="pip install"
|
||||
fi
|
||||
$PIP_INSTALL --editable .
|
||||
|
|
|
|||
Loading…
Reference in a new issue