Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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