vdirsyncer/.travis.yml
Markus Unterwaditzer 10171514b9 Remove cache
This is only available for paid Travis plans
2014-03-10 22:09:19 +01:00

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