mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Refine travis file
This commit is contained in:
parent
5050f4663d
commit
f2edf89543
2 changed files with 19 additions and 9 deletions
24
.travis.yml
24
.travis.yml
|
|
@ -10,22 +10,32 @@ env:
|
||||||
- BUILD=test
|
- BUILD=test
|
||||||
# Default build, see Makefile
|
# Default build, see Makefile
|
||||||
|
|
||||||
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
|
- BUILD=style
|
||||||
|
# flake8 with plugins
|
||||||
|
|
||||||
|
# REMOTESTORAGE TESTS
|
||||||
|
|
||||||
|
- BUILD=test REMOTESTORAGE_SERVER=restore
|
||||||
|
# Testing against reStore
|
||||||
|
|
||||||
|
# DAV TESTS
|
||||||
|
|
||||||
|
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem
|
||||||
|
# Radicale-release with filesystem storage
|
||||||
|
|
||||||
|
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem
|
||||||
PKGS='lxml==3.0 requests==2.4.1 requests_toolbelt==0.4.0 click==5.0'
|
PKGS='lxml==3.0 requests==2.4.1 requests_toolbelt==0.4.0 click==5.0'
|
||||||
# Minimal requirements
|
# Minimal requirements
|
||||||
|
|
||||||
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
|
||||||
# Radicale-git with filesystem storage (default)
|
# Radicale-git with filesystem storage
|
||||||
|
|
||||||
- BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release
|
- BUILD=test DAV_SERVER=owncloud
|
||||||
# Latest ownCloud release
|
# Latest ownCloud release
|
||||||
|
|
||||||
- BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
|
- BUILD=test DAV_SERVER=baikal
|
||||||
# Latest Baikal release
|
# Latest Baikal release
|
||||||
|
|
||||||
- BUILD=style
|
|
||||||
# flake8 with plugins
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install -U pip"
|
- "pip install -U pip"
|
||||||
- "pip install wheel"
|
- "pip install wheel"
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -11,8 +11,8 @@
|
||||||
# If you want to skip the DAV tests against Radicale, use:
|
# If you want to skip the DAV tests against Radicale, use:
|
||||||
# make DAV_SERVER=skip # ...
|
# make DAV_SERVER=skip # ...
|
||||||
|
|
||||||
export DAV_SERVER := radicale
|
export DAV_SERVER := skip
|
||||||
export REMOTESTORAGE_SERVER := restore
|
export REMOTESTORAGE_SERVER := skip
|
||||||
export RADICALE_BACKEND := filesystem
|
export RADICALE_BACKEND := filesystem
|
||||||
export REQUIREMENTS := release
|
export REQUIREMENTS := release
|
||||||
export TESTSERVER_BASE := ./tests/storage/servers/
|
export TESTSERVER_BASE := ./tests/storage/servers/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue