Skip to content

Commit

Permalink
[test-updates] Reducing number of appveyor tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nixjdm committed Jun 7, 2019
1 parent 96fe79e commit 89a9db1
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .appveyor.yml
Expand Up @@ -15,17 +15,13 @@ cache:

environment:
matrix:
# Node 8
- PYTHON: "C:\\Python37"
NODE_JS_VERSION: "8"
# Node 10
- PYTHON: "C:\\Python37"
NODE_JS_VERSION: "10"
# Node 12 - Py 2.7, 3.5-3.7
# Node 8 - Py 2.7
- PYTHON: "C:\\Python27"
NODE_JS_VERSION: "12"
NODE_JS_VERSION: "8"
# Node 10 - Py 3.5
- PYTHON: "C:\\Python35"
NODE_JS_VERSION: "12"
NODE_JS_VERSION: "10"
# Node 12 - Py 3.6, 3.7
- PYTHON: "C:\\Python36"
NODE_JS_VERSION: "12"
- PYTHON: "C:\\Python37"
Expand Down

0 comments on commit 89a9db1

Please sign in to comment.