Skip to content

Commit 984982b

Browse files
committed
Update travis node to 12; drop python <3.6 testing
1 parent 5b922f2 commit 984982b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
language: python
33
dist: xenial
44
python:
5-
- 2.7
6-
- 3.4
7-
- 3.5
85
- 3.6
96
- 3.7
7+
- 3.8
108
addons:
119
apt_packages:
1210
- pandoc
@@ -21,6 +19,7 @@ before_install:
2119
- 'if [[ $GROUP == python ]] ; then bash ./scripts/travis_before_install_py.sh ; fi'
2220
- 'if [[ $GROUP == doc ]] ; then bash ./scripts/travis_before_install_py.sh ; fi'
2321
- 'if [[ $GROUP == spec ]] ; then bash ./scripts/travis_before_install_py.sh ; fi'
22+
- 'if [[ $GROUP == js ]] ; then nvm install 12 ; fi'
2423
install:
2524
- 'if [[ $GROUP == python ]] ; then bash ./scripts/travis_install_py.sh ; fi'
2625
- 'if [[ $GROUP == doc ]] ; then bash ./scripts/travis_install_py.sh ; fi'
@@ -38,6 +37,6 @@ matrix:
3837
- python: 3.6
3938
env: GROUP=doc
4039
- python: 3.6
41-
env: GROUP=js BROWSER=firefox TRAVIS_NODE_VERSION=6.11.0
40+
env: GROUP=js BROWSER=firefox TRAVIS_NODE_VERSION=10.15.3
4241
after_success:
4342
- coveralls

0 commit comments

Comments
 (0)