mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add davical tests to Travis
This commit is contained in:
parent
359a25e702
commit
8104a91769
2 changed files with 13 additions and 1 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -32,6 +32,12 @@ matrix:
|
||||||
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
|
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal
|
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal
|
||||||
|
- python: 2.7
|
||||||
|
env: BUILD=test DAV_SERVER=davical REQUIREMENTS=devel
|
||||||
|
- python: 2.7
|
||||||
|
env: BUILD=test DAV_SERVER=davical REQUIREMENTS=release
|
||||||
|
- python: 2.7
|
||||||
|
env: BUILD=test DAV_SERVER=davical REQUIREMENTS=minimal
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
env: BUILD=style
|
env: BUILD=style
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
|
|
@ -62,6 +68,12 @@ matrix:
|
||||||
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
|
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal
|
env: BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal
|
||||||
|
- python: 3.5
|
||||||
|
env: BUILD=test DAV_SERVER=davical REQUIREMENTS=devel
|
||||||
|
- python: 3.5
|
||||||
|
env: BUILD=test DAV_SERVER=davical REQUIREMENTS=release
|
||||||
|
- python: 3.5
|
||||||
|
env: BUILD=test DAV_SERVER=davical REQUIREMENTS=minimal
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: BUILD=style
|
env: BUILD=style
|
||||||
- python: pypy
|
- python: pypy
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ with section("matrix"):
|
||||||
p(" env: BUILD=style")
|
p(" env: BUILD=style")
|
||||||
|
|
||||||
if python in ("2.7", "3.5"):
|
if python in ("2.7", "3.5"):
|
||||||
dav_servers = ("radicale", "owncloud", "baikal")
|
dav_servers = ("radicale", "owncloud", "baikal", "davical")
|
||||||
else:
|
else:
|
||||||
dav_servers = ("radicale",)
|
dav_servers = ("radicale",)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue