mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-25 14:37:47 +00:00
17 lines
518 B
YAML
17 lines
518 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
env:
|
|
matrix:
|
|
- DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
|
|
- DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
|
- DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
|
|
- DAV_SERVER=owncloud REQUIREMENTS=release
|
|
|
|
install:
|
|
- "./install-deps.sh"
|
|
- "pip install coveralls"
|
|
script:
|
|
- "coverage run --source=vdirsyncer/,tests/ --module pytest"
|
|
- "travis_retry coveralls"
|