Add Python 3.4

This commit is contained in:
Markus Unterwaditzer 2014-05-03 19:56:43 +02:00
parent ff063d6d4c
commit e7fdc87d70

View file

@ -2,13 +2,13 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.3" - "3.3"
- "3.4"
env: env:
matrix: - BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
- 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=filesystem REQUIREMENTS=devel - BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel - BUILD=tests DAV_SERVER=owncloud REQUIREMENTS=release
- BUILD=tests DAV_SERVER=owncloud REQUIREMENTS=release - BUILD=style
- BUILD=style
install: install:
- "./build.sh install" - "./build.sh install"