File tree 2 files changed +19
-9
lines changed
2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 10
10
- BUILD=test
11
11
# Default build, see Makefile
12
12
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
14
27
PKGS='lxml==3.0 requests==2.4.1 requests_toolbelt==0.4.0 click==5.0'
15
28
# Minimal requirements
16
29
17
30
- BUILD=test DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
18
- # Radicale-git with filesystem storage (default)
31
+ # Radicale-git with filesystem storage
19
32
20
- - BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release
33
+ - BUILD=test DAV_SERVER=owncloud
21
34
# Latest ownCloud release
22
35
23
- - BUILD=test DAV_SERVER=baikal REQUIREMENTS=release
36
+ - BUILD=test DAV_SERVER=baikal
24
37
# Latest Baikal release
25
38
26
- - BUILD=style
27
- # flake8 with plugins
28
-
29
39
install :
30
40
- " pip install -U pip"
31
41
- " pip install wheel"
Original file line number Diff line number Diff line change 11
11
# If you want to skip the DAV tests against Radicale, use:
12
12
# make DAV_SERVER=skip # ...
13
13
14
- export DAV_SERVER := radicale
15
- export REMOTESTORAGE_SERVER := restore
14
+ export DAV_SERVER := skip
15
+ export REMOTESTORAGE_SERVER := skip
16
16
export RADICALE_BACKEND := filesystem
17
17
export REQUIREMENTS := release
18
18
export TESTSERVER_BASE := ./tests/storage/servers/
You can’t perform that action at this time.
0 commit comments