mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-01 10:05:50 +00:00
16 lines
486 B
YAML
16 lines
486 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
env:
|
|
matrix:
|
|
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
|
|
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
|
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
|
|
- BUILD=tests DAV_SERVER=owncloud REQUIREMENTS=release
|
|
- BUILD=style
|
|
|
|
install:
|
|
- "./build.sh install"
|
|
script:
|
|
- "./build.sh run"
|