|
5 | 5 | ]
|
6 | 6 | },
|
7 | 7 | "cache": "pip",
|
8 |
| - "dist": "trusty", |
| 8 | + "dist": "bionic", |
9 | 9 | "git": {
|
10 | 10 | "submodules": false
|
11 | 11 | },
|
|
26 | 26 | "python": "3.5"
|
27 | 27 | },
|
28 | 28 | {
|
| 29 | + "dist": "trusty", |
29 | 30 | "env": "BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=release ",
|
30 | 31 | "python": "3.5"
|
31 | 32 | },
|
32 | 33 | {
|
| 34 | + "dist": "trusty", |
33 | 35 | "env": "BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=release ",
|
34 | 36 | "python": "3.5"
|
35 | 37 | },
|
|
38 | 40 | "python": "3.5"
|
39 | 41 | },
|
40 | 42 | {
|
| 43 | + "dist": "trusty", |
41 | 44 | "env": "BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=minimal ",
|
42 | 45 | "python": "3.5"
|
43 | 46 | },
|
44 | 47 | {
|
| 48 | + "dist": "trusty", |
45 | 49 | "env": "BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=minimal ",
|
46 | 50 | "python": "3.5"
|
47 | 51 | },
|
|
74 | 78 | "env": "BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=minimal ",
|
75 | 79 | "python": "3.6"
|
76 | 80 | },
|
| 81 | + { |
| 82 | + "env": "BUILD=test REQUIREMENTS=release", |
| 83 | + "python": "3.7" |
| 84 | + }, |
| 85 | + { |
| 86 | + "env": "BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=release ", |
| 87 | + "python": "3.7" |
| 88 | + }, |
| 89 | + { |
| 90 | + "env": "BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=release ", |
| 91 | + "python": "3.7" |
| 92 | + }, |
| 93 | + { |
| 94 | + "env": "BUILD=test REQUIREMENTS=minimal", |
| 95 | + "python": "3.7" |
| 96 | + }, |
| 97 | + { |
| 98 | + "env": "BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=minimal ", |
| 99 | + "python": "3.7" |
| 100 | + }, |
| 101 | + { |
| 102 | + "env": "BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=minimal ", |
| 103 | + "python": "3.7" |
| 104 | + }, |
| 105 | + { |
| 106 | + "env": "BUILD=test REQUIREMENTS=release", |
| 107 | + "python": "3.8" |
| 108 | + }, |
| 109 | + { |
| 110 | + "env": "BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=release ", |
| 111 | + "python": "3.8" |
| 112 | + }, |
| 113 | + { |
| 114 | + "env": "BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=release ", |
| 115 | + "python": "3.8" |
| 116 | + }, |
| 117 | + { |
| 118 | + "env": "BUILD=test REQUIREMENTS=minimal", |
| 119 | + "python": "3.8" |
| 120 | + }, |
| 121 | + { |
| 122 | + "env": "BUILD=test-storage DAV_SERVER=radicale REQUIREMENTS=minimal ", |
| 123 | + "python": "3.8" |
| 124 | + }, |
| 125 | + { |
| 126 | + "env": "BUILD=test-storage DAV_SERVER=xandikos REQUIREMENTS=minimal ", |
| 127 | + "python": "3.8" |
| 128 | + }, |
77 | 129 | {
|
78 | 130 | "env": "BUILD=test ETESYNC_TESTS=true REQUIREMENTS=latest",
|
79 | 131 | "python": "3.6"
|
|
0 commit comments