vdirsyncer/.travis.yml
Markus Unterwaditzer ee538b5046 Ahh...
2014-03-04 17:47:50 +01:00

11 lines
168 B
YAML

language: python
python: "2.7"
env:
- DAV_SERVER=radicale
- DAV_SERVER=radicale-git
install:
- "pip install ."
- "sh install-deps.sh"
script: py.test