Skip to content

Commit 1553081

Browse files
cclaussrvagg
authored andcommitted
test: upgrade Linux Travis CI to Python 3.8
Ensure that we remain compatible with the newest version of Python. PR-URL: #1923 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 0705cae commit 1553081

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.travis.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ matrix:
2929
NODE_GYP_FORCE_PYTHON=/c/Python27/python.exe
3030
before_install: choco install python2
3131

32-
- name: "Node.js 6 & Python 3.7 on Linux"
33-
python: 3.7
32+
- name: "Node.js 6 & Python 3.8 on Linux"
33+
python: 3.8
3434
env: NODE_GYP_FORCE_PYTHON=python3
3535
before_install: nvm install 6
36-
- name: "Node.js 8 & Python 3.7 on Linux"
37-
python: 3.7
36+
- name: "Node.js 8 & Python 3.8 on Linux"
37+
python: 3.8
3838
env: NODE_GYP_FORCE_PYTHON=python3
3939
before_install: nvm install 8
40-
- name: "Node.js 10 & Python 3.7 on Linux"
41-
python: 3.7
40+
- name: "Node.js 10 & Python 3.8 on Linux"
41+
python: 3.8
4242
env: NODE_GYP_FORCE_PYTHON=python3
4343
before_install: nvm install 10
4444
- name: "Node.js 12 & Python 3.5 on Linux"
@@ -53,6 +53,11 @@ matrix:
5353
python: 3.7
5454
env: NODE_GYP_FORCE_PYTHON=python3
5555
before_install: nvm install 12
56+
- name: "Node.js 12 & Python 3.8 on Linux"
57+
python: 3.8
58+
env: NODE_GYP_FORCE_PYTHON=python3
59+
before_install: nvm install 12
60+
5661
- name: "Python 3.7 on macOS"
5762
os: osx
5863
osx_image: xcode11.2

0 commit comments

Comments
 (0)