mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
16 lines
412 B
YAML
16 lines
412 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
|
|
|
|
cache:
|
|
directories:
|
|
- /home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages
|