Skip to content

Commit ee8ece8

Browse files
committed
Run tests on python 3.7
1 parent 5268f5e commit ee8ece8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
python:
33
- 3.5
44
- 3.6
5+
- 3.7
56
- nightly
67
env:
78
global:
@@ -14,10 +15,14 @@ matrix:
1415
exclude:
1516
- python: 3.5
1617
env: GROUP=docs
18+
- python: 3.6
19+
env: GROUP=docs
1720
- python: nightly
1821
env: GROUP=docs
1922
- python: 3.5
2023
env: GROUP=nbextensions
24+
- python: 3.6
25+
env: GROUP=nbextensions
2126
- python: nightly
2227
env: GROUP=nbextensions
2328
addons:

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ strategy:
1818
Python36:
1919
python.version: '3.6'
2020
testgroup: 'python'
21-
Python36Extensions:
22-
python.version: '3.6'
21+
Python37:
22+
python.version: '3.7'
23+
testgroup: 'python'
24+
Python37Extensions:
25+
python.version: '3.7'
2326
testgroup: 'nbextensions'
2427

2528
steps:

0 commit comments

Comments
 (0)