File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: python
22python :
33 - 3.5
44 - 3.6
5+ - 3.7
56 - nightly
67env :
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
2328addons :
Original file line number Diff line number Diff 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
2528steps :
You can’t perform that action at this time.
0 commit comments