Skip to content

Commit

Permalink
travis: add Windows + Python 3.8 to the mix
Browse files Browse the repository at this point in the history
PR-URL: #1921
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: João Reis <reis@janeasystems.com>
  • Loading branch information
rvagg authored and joaocgreis committed Oct 16, 2019
1 parent 1a4ff63 commit 5a83630
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ matrix:
env: >-
PATH=/c/Python37:/c/Python37/Scripts:$PATH
NODE_GYP_FORCE_PYTHON=/c/Python37/python.exe
before_install: choco install python --version=3.7.4
- name: "Node.js 12 & Python 3.8 on Windows"
os: windows
language: node_js
node_js: 12 # node
env: >-
PATH=/c/Python38:/c/Python38/Scripts:$PATH
NODE_GYP_FORCE_PYTHON=/c/Python38/python.exe
before_install: choco install python

install:
Expand Down

0 comments on commit 5a83630

Please sign in to comment.