Skip to content

Commit 69056d0

Browse files
committed
travis: add Windows + Python 3.8 to the mix
PR-URL: #1921 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: João Reis <reis@janeasystems.com>
1 parent 034fc90 commit 69056d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ matrix:
6666
env: >-
6767
PATH=/c/Python37:/c/Python37/Scripts:$PATH
6868
NODE_GYP_FORCE_PYTHON=/c/Python37/python.exe
69+
before_install: choco install python --version=3.7.4
70+
- name: "Node.js 12 & Python 3.8 on Windows"
71+
os: windows
72+
language: node_js
73+
node_js: 12 # node
74+
env: >-
75+
PATH=/c/Python38:/c/Python38/Scripts:$PATH
76+
NODE_GYP_FORCE_PYTHON=/c/Python38/python.exe
6977
before_install: choco install python
7078

7179
install:

0 commit comments

Comments
 (0)