vdirsyncer/.travis.yml
Markus Unterwaditzer 863d574261 A lot of bugfixes
- There may be multiple prop-tags, and vdirsyncer only picked one of
  them, seemingly at random.

- getcontenttype doesn't work for everything

These bugs were found with Baikal 0.2.7
2015-01-04 00:15:05 +01:00

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"