Refine travis file

This commit is contained in:
Markus Unterwaditzer 2015-09-24 20:23:29 +02:00
parent 5050f4663d
commit f2edf89543
2 changed files with 19 additions and 9 deletions

View file

@ -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"

View file

@ -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/