mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
# 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'
|
||||
# Minimal requirements
|
||||
|
||||
- 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
|
||||
|
||||
- BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
|
||||
- BUILD=test DAV_SERVER=baikal
|
||||
# Latest Baikal release
|
||||
|
||||
- BUILD=style
|
||||
# flake8 with plugins
|
||||
|
||||
install:
|
||||
- "pip install -U pip"
|
||||
- "pip install wheel"
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -11,8 +11,8 @@
|
|||
# If you want to skip the DAV tests against Radicale, use:
|
||||
# make DAV_SERVER=skip # ...
|
||||
|
||||
export DAV_SERVER := radicale
|
||||
export REMOTESTORAGE_SERVER := restore
|
||||
export DAV_SERVER := skip
|
||||
export REMOTESTORAGE_SERVER := skip
|
||||
export RADICALE_BACKEND := filesystem
|
||||
export REQUIREMENTS := release
|
||||
export TESTSERVER_BASE := ./tests/storage/servers/
|
||||
|
|
|
|||
Loading…
Reference in a new issue