Skip to content

Commit

Permalink
Now running tests with Python 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jul 24, 2019
1 parent 3c199bc commit aefe1a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/notebooks/simple-with-kernelspec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down
15 changes: 14 additions & 1 deletion test/notebooks/simple-without-kernelspec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,20 @@
]
}
],
"metadata": {},
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit aefe1a5

Please sign in to comment.