mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-25 14:37:47 +00:00
10 lines
146 B
YAML
10 lines
146 B
YAML
language: python
|
|
python: "2.7"
|
|
env:
|
|
- DAV_SERVER=radicale
|
|
- DAV_SERVER=radicale-git
|
|
|
|
install:
|
|
- "sh install-deps.sh"
|
|
|
|
script: py.test
|