mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add Python 3.4
This commit is contained in:
parent
ff063d6d4c
commit
e7fdc87d70
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue