mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-21 13:25:53 +00:00
12 lines
309 B
YAML
12 lines
309 B
YAML
language: python
|
|
python: "2.7"
|
|
env:
|
|
- DAV_SERVER=radicale RADICALE_STORAGE=filesystem
|
|
- DAV_SERVER=radicale RADICALE_STORAGE=database
|
|
- DAV_SERVER=radicale_git RADICALE_STORAGE=filesystem
|
|
- DAV_SERVER=radicale_git RADICALE_STORAGE=database
|
|
|
|
install:
|
|
- "./install-deps.sh"
|
|
|
|
script: py.test
|