Skip to content

Commit 44fd686

Browse files
author
Ryan Munro
committed
update CI configs
1 parent 9b13b40 commit 44fd686

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
os:
33
- "linux"
44
env:
5+
- NODE_VERSION="14"
6+
- NODE_VERSION="13"
7+
- NODE_VERSION="12"
58
- NODE_VERSION="11"
69
- NODE_VERSION="10"
710
- NODE_VERSION="9"
@@ -11,12 +14,11 @@ env:
1114
- NODE_VERSION="5.11"
1215
- NODE_VERSION="4.4"
1316
python:
14-
- "3.7-dev"
17+
- "3.8"
18+
- "3.7"
1519
- "3.6"
1620
- "3.5"
1721
- "3.4"
18-
- "3.3"
19-
- "3.2"
2022
- "2.7"
2123
- "2.6"
2224
before_install:

appveyor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,18 @@ environment:
1010
- PYTHON: "C:\\Python35-x64"
1111
- PYTHON: "C:\\Python36"
1212
- PYTHON: "C:\\Python36-x64"
13+
- PYTHON: "C:\\Python37"
14+
- PYTHON: "C:\\Python37-x64"
15+
- PYTHON: "C:\\Python38"
16+
- PYTHON: "C:\\Python38-x64"
1317

18+
- nodejs_version: "14"
19+
- nodejs_version: "13"
20+
- nodejs_version: "12"
21+
- nodejs_version: "11"
22+
- nodejs_version: "10"
23+
- nodejs_version: "9"
24+
- nodejs_version: "8"
1425
- nodejs_version: "7"
1526
- nodejs_version: "6"
1627
- nodejs_version: "5"

0 commit comments

Comments
 (0)