mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Avoid installing any dependencies from PyPI
This is to fully ensure that we're using just distribution packages and not actually fetching newer stuff from PyPI.
This commit is contained in:
parent
bc002a700e
commit
56688a6c50
1 changed files with 2 additions and 1 deletions
|
|
@ -27,8 +27,9 @@ environment:
|
|||
tasks:
|
||||
- setup: |
|
||||
cd vdirsyncer
|
||||
python setup.py build
|
||||
sudo pip install --no-index .
|
||||
sudo systemctl start docker
|
||||
sudo python setup.py install
|
||||
DAV_SERVER="radicale xandikos" make -e install-servers
|
||||
- test: |
|
||||
cd vdirsyncer
|
||||
|
|
|
|||
Loading…
Reference in a new issue