mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Test minimal requirements
This commit is contained in:
parent
4384823cd1
commit
4d4c48ca12
1 changed files with 17 additions and 1 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -5,13 +5,29 @@ python:
|
|||
- "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'
|
||||
# Radicale with filesystem storage (default)
|
||||
|
||||
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
|
||||
PKGS='icalendar==3.6 lxml==3.0 requests==2.4.1 requests_toolbelt==0.3.0 click==3.1'
|
||||
# Minimal requirements
|
||||
|
||||
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
||||
# Radicale-git with filesystem storage (default)
|
||||
|
||||
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=multifilesystem REQUIREMENTS=devel
|
||||
# Radicale-git with multifilesystem storage
|
||||
|
||||
- BUILD=tests DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
|
||||
# Radicale-git with database storage (release's database storage is broken)
|
||||
|
||||
- BUILD=tests DAV_SERVER=owncloud REQUIREMENTS=release
|
||||
# Latest ownCloud release
|
||||
|
||||
- BUILD=tests DAV_SERVER=baikal REQUIREMENTS=release
|
||||
# Latest Baikal release
|
||||
|
||||
- BUILD=style
|
||||
# flake8 with plugins
|
||||
|
||||
install:
|
||||
- "./build.sh install_$BUILD"
|
||||
|
|
|
|||
Loading…
Reference in a new issue