vdirsyncer/.travis.yml
Markus Unterwaditzer 221968b787 Goddamnit
2014-03-09 23:14:19 +01:00

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