Skip to content

Commit 1a96936

Browse files
committed
Refine travis file
1 parent 7688fa0 commit 1a96936

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

.travis.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,32 @@ env:
1010
- BUILD=test
1111
# Default build, see Makefile
1212

13-
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
13+
- BUILD=style
14+
# flake8 with plugins
15+
16+
# REMOTESTORAGE TESTS
17+
18+
- BUILD=test REMOTESTORAGE_SERVER=restore
19+
# Testing against reStore
20+
21+
# DAV TESTS
22+
23+
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem
24+
# Radicale-release with filesystem storage
25+
26+
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem
1427
PKGS='lxml==3.0 requests==2.4.1 requests_toolbelt==0.4.0 click==5.0'
1528
# Minimal requirements
1629

1730
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
18-
# Radicale-git with filesystem storage (default)
31+
# Radicale-git with filesystem storage
1932

20-
- BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release
33+
- BUILD=test DAV_SERVER=owncloud
2134
# Latest ownCloud release
2235

23-
- BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
36+
- BUILD=test DAV_SERVER=baikal
2437
# Latest Baikal release
2538

26-
- BUILD=style
27-
# flake8 with plugins
28-
2939
install:
3040
- "pip install -U pip"
3141
- "pip install wheel"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# If you want to skip the DAV tests against Radicale, use:
1212
# make DAV_SERVER=skip # ...
1313

14-
export DAV_SERVER := radicale
15-
export REMOTESTORAGE_SERVER := restore
14+
export DAV_SERVER := skip
15+
export REMOTESTORAGE_SERVER := skip
1616
export RADICALE_BACKEND := filesystem
1717
export REQUIREMENTS := release
1818
export TESTSERVER_BASE := ./tests/storage/servers/

0 commit comments

Comments
 (0)