mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
20 lines
776 B
YAML
20 lines
776 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
env:
|
|
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
|
|
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release PKGS='icalendar==3.6'
|
|
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
|
#- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=multifilesystem REQUIREMENTS=devel
|
|
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
|
|
- BUILD=tests DAV_SERVER=owncloud REQUIREMENTS=release
|
|
#- BUILD=tests DAV_SERVER=baikal REQUIREMENTS=release
|
|
- BUILD=style
|
|
|
|
install:
|
|
- "./build.sh install_$BUILD"
|
|
- '[ -z "$PKGS" ] || pip install $PKGS'
|
|
script:
|
|
- "./build.sh $BUILD"
|