Skip to content

Commit 37997e2

Browse files
committed
Test Python 3.8 on Travis
1 parent bc39311 commit 37997e2

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.travis.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ matrix:
202202
env: SWIGLANG=python PY3=3 VER=3.7
203203
sudo: required
204204
dist: xenial
205+
- compiler: gcc
206+
os: linux
207+
env: SWIGLANG=python PY3=3 VER=3.8
208+
sudo: required
209+
dist: xenial
205210
- compiler: gcc
206211
os: linux
207212
env: SWIGLANG=python SWIG_FEATURES=-builtin
@@ -217,7 +222,7 @@ matrix:
217222
sudo: required
218223
dist: xenial
219224
- os: linux
220-
env: SWIGLANG=python SWIG_FEATURES=-builtin GCC=6 CPP11=1 PY3=3 VER=3.7
225+
env: SWIGLANG=python SWIG_FEATURES=-builtin GCC=6 CPP11=1 PY3=3 VER=3.8
221226
sudo: required
222227
dist: xenial
223228
- compiler: gcc
@@ -237,12 +242,17 @@ matrix:
237242
dist: xenial
238243
- compiler: gcc
239244
os: linux
240-
env: SWIGLANG=python SWIG_FEATURES="-builtin -O" PY3=3 VER=3.7
245+
env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3 VER=3.8
246+
sudo: required
247+
dist: xenial
248+
- compiler: gcc
249+
os: linux
250+
env: SWIGLANG=python SWIG_FEATURES="-builtin -O" PY3=3 VER=3.8
241251
sudo: required
242252
dist: xenial
243253
- compiler: gcc
244254
os: linux
245-
env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3 VER=3.7 SWIGOPTPY3=
255+
env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3 VER=3.8 SWIGOPTPY3=
246256
sudo: required
247257
dist: xenial
248258
- compiler: gcc
@@ -252,7 +262,7 @@ matrix:
252262
dist: xenial
253263
- compiler: gcc
254264
os: linux
255-
env: SWIGLANG=python SWIG_FEATURES=-O PY3=3 VER=3.7
265+
env: SWIGLANG=python SWIG_FEATURES=-O PY3=3 VER=3.8
256266
sudo: required
257267
dist: xenial
258268
- compiler: gcc
@@ -384,7 +394,7 @@ matrix:
384394
sudo: required
385395
dist: xenial
386396
- os: linux
387-
env: SWIGLANG=python GCC=8 CPP17=1 PY3=3 VER=3.7
397+
env: SWIGLANG=python GCC=8 CPP17=1 PY3=3 VER=3.8
388398
sudo: required
389399
dist: xenial
390400
- os: linux
@@ -396,7 +406,7 @@ matrix:
396406
sudo: required
397407
dist: xenial
398408
- os: linux
399-
env: SWIGLANG=python GCC=9 CPP17=1 PY3=3 VER=3.7
409+
env: SWIGLANG=python GCC=9 CPP17=1 PY3=3 VER=3.8
400410
sudo: required
401411
dist: xenial
402412
- compiler: gcc

0 commit comments

Comments
 (0)