@@ -14,6 +14,10 @@ matrix:
14
14
os : linux
15
15
dist : xenial
16
16
env : TOXENV=py27 RUN_INTEGRATION_TESTS=0
17
+ - python : 2.7
18
+ os : linux
19
+ dist : bionic
20
+ env : TOXENV=py27 RUN_INTEGRATION_TESTS=0
17
21
- python : 2.7
18
22
os : linux
19
23
dist : precise
@@ -26,6 +30,10 @@ matrix:
26
30
os : linux
27
31
dist : xenial
28
32
env : TOXENV=py27 RUN_INTEGRATION_TESTS=1
33
+ - python : 2.7
34
+ os : linux
35
+ dist : bionic
36
+ env : TOXENV=py27 RUN_INTEGRATION_TESTS=1
29
37
- python : 2.7
30
38
os : linux
31
39
dist : precise
@@ -38,6 +46,10 @@ matrix:
38
46
os : linux
39
47
dist : xenial
40
48
env : TOXENV=py27 RUN_INTEGRATION_TESTS=2
49
+ - python : 2.7
50
+ os : linux
51
+ dist : bionic
52
+ env : TOXENV=py27 RUN_INTEGRATION_TESTS=2
41
53
- python : 3.4
42
54
os : linux
43
55
dist : precise
@@ -50,6 +62,11 @@ matrix:
50
62
os : linux
51
63
dist : xenial
52
64
env : TOXENV=py34 RUN_INTEGRATION_TESTS=0
65
+ # As of 9/13/2019, Python 3.4 is not available on TravisCI Bionic images.
66
+ # - python: 3.4
67
+ # os: linux
68
+ # dist: bionic
69
+ # env: TOXENV=py34 RUN_INTEGRATION_TESTS=0
53
70
- python : 3.4
54
71
os : linux
55
72
dist : precise
@@ -62,6 +79,11 @@ matrix:
62
79
os : linux
63
80
dist : xenial
64
81
env : TOXENV=py34 RUN_INTEGRATION_TESTS=1
82
+ # As of 9/13/2019, Python 3.4 is not available on TravisCI Bionic images.
83
+ # - python: 3.4
84
+ # os: linux
85
+ # dist: bionic
86
+ # env: TOXENV=py34 RUN_INTEGRATION_TESTS=1
65
87
- python : 3.4
66
88
os : linux
67
89
dist : precise
@@ -74,6 +96,11 @@ matrix:
74
96
os : linux
75
97
dist : xenial
76
98
env : TOXENV=py34 RUN_INTEGRATION_TESTS=2
99
+ # As of 9/13/2019, Python 3.4 is not available on TravisCI Bionic images.
100
+ # - python: 3.4
101
+ # os: linux
102
+ # dist: bionic
103
+ # env: TOXENV=py34 RUN_INTEGRATION_TESTS=2
77
104
- python : 3.5
78
105
os : linux
79
106
dist : precise
@@ -86,6 +113,10 @@ matrix:
86
113
os : linux
87
114
dist : xenial
88
115
env : TOXENV=py35 RUN_INTEGRATION_TESTS=0
116
+ - python : 3.5
117
+ os : linux
118
+ dist : bionic
119
+ env : TOXENV=py35 RUN_INTEGRATION_TESTS=0
89
120
- python : 3.5
90
121
os : linux
91
122
dist : precise
@@ -98,6 +129,10 @@ matrix:
98
129
os : linux
99
130
dist : xenial
100
131
env : TOXENV=py35 RUN_INTEGRATION_TESTS=1
132
+ - python : 3.5
133
+ os : linux
134
+ dist : bionic
135
+ env : TOXENV=py35 RUN_INTEGRATION_TESTS=1
101
136
- python : 3.5
102
137
os : linux
103
138
dist : precise
@@ -110,6 +145,10 @@ matrix:
110
145
os : linux
111
146
dist : xenial
112
147
env : TOXENV=py35 RUN_INTEGRATION_TESTS=2
148
+ - python : 3.5
149
+ os : linux
150
+ dist : bionic
151
+ env : TOXENV=py35 RUN_INTEGRATION_TESTS=2
113
152
- python : 3.6
114
153
os : linux
115
154
dist : precise
@@ -122,6 +161,10 @@ matrix:
122
161
os : linux
123
162
dist : xenial
124
163
env : TOXENV=py36 RUN_INTEGRATION_TESTS=0
164
+ - python : 3.6
165
+ os : linux
166
+ dist : bionic
167
+ env : TOXENV=py36 RUN_INTEGRATION_TESTS=0
125
168
- python : 3.6
126
169
os : linux
127
170
dist : precise
@@ -134,6 +177,10 @@ matrix:
134
177
os : linux
135
178
dist : xenial
136
179
env : TOXENV=py36 RUN_INTEGRATION_TESTS=1
180
+ - python : 3.6
181
+ os : linux
182
+ dist : bionic
183
+ env : TOXENV=py36 RUN_INTEGRATION_TESTS=1
137
184
- python : 3.6
138
185
os : linux
139
186
dist : precise
@@ -146,6 +193,10 @@ matrix:
146
193
os : linux
147
194
dist : xenial
148
195
env : TOXENV=py36 RUN_INTEGRATION_TESTS=2
196
+ - python : 3.6
197
+ os : linux
198
+ dist : bionic
199
+ env : TOXENV=py36 RUN_INTEGRATION_TESTS=2
149
200
# - python: 3.7
150
201
# os: linux
151
202
# dist: precise
@@ -158,6 +209,10 @@ matrix:
158
209
os : linux
159
210
dist : xenial
160
211
env : TOXENV=py37 RUN_INTEGRATION_TESTS=0
212
+ - python : 3.7
213
+ os : linux
214
+ dist : bionic
215
+ env : TOXENV=py37 RUN_INTEGRATION_TESTS=0
161
216
# - python: 3.7
162
217
# os: linux
163
218
# dist: precise
@@ -169,7 +224,11 @@ matrix:
169
224
- python : 3.7
170
225
os : linux
171
226
dist : xenial
172
- env : TOXENV=py36 RUN_INTEGRATION_TESTS=1
227
+ env : TOXENV=py37 RUN_INTEGRATION_TESTS=1
228
+ - python : 3.7
229
+ os : linux
230
+ dist : bionic
231
+ env : TOXENV=py37 RUN_INTEGRATION_TESTS=1
173
232
# - python: 3.7
174
233
# os: linux
175
234
# dist: precise
@@ -182,6 +241,10 @@ matrix:
182
241
os : linux
183
242
dist : xenial
184
243
env : TOXENV=py37 RUN_INTEGRATION_TESTS=2
244
+ - python : 3.7
245
+ os : linux
246
+ dist : bionic
247
+ env : TOXENV=py37 RUN_INTEGRATION_TESTS=2
185
248
- python : 2.7
186
249
os : linux
187
250
dist : precise
@@ -194,6 +257,10 @@ matrix:
194
257
os : linux
195
258
dist : xenial
196
259
env : TOXENV=pep8 RUN_INTEGRATION_TESTS=0
260
+ - python : 2.7
261
+ os : linux
262
+ dist : bionic
263
+ env : TOXENV=pep8 RUN_INTEGRATION_TESTS=0
197
264
- python : 2.7
198
265
os : linux
199
266
dist : precise
@@ -206,6 +273,10 @@ matrix:
206
273
os : linux
207
274
dist : xenial
208
275
env : TOXENV=bandit RUN_INTEGRATION_TESTS=0
276
+ - python : 2.7
277
+ os : linux
278
+ dist : bionic
279
+ env : TOXENV=bandit RUN_INTEGRATION_TESTS=0
209
280
- python : 2.7
210
281
os : linux
211
282
dist : precise
@@ -218,6 +289,10 @@ matrix:
218
289
os : linux
219
290
dist : xenial
220
291
env : TOXENV=docs RUN_INTEGRATION_TESTS=0
292
+ - python : 2.7
293
+ os : linux
294
+ dist : bionic
295
+ env : TOXENV=docs RUN_INTEGRATION_TESTS=0
221
296
install :
222
297
# Pin six to >= 1.11.0 to avoid setuptools/pip race condition
223
298
# For more info, see: https://github.com/OpenKMIP/PyKMIP/issues/435
0 commit comments