Skip to content

Commit

Permalink
Refine travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Oct 15, 2015
1 parent 7688fa0 commit 1a96936
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 1a96936

Please sign in to comment.