Skip to content

Commit

Permalink
Merge pull request #41 from jupyter/new-kernel-mods
Browse files Browse the repository at this point in the history
Use new kernel management modules
  • Loading branch information
minrk authored Sep 18, 2018
2 parents 0b78c28 + bbc7240 commit 41850aa
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python:
- "3.5"
install: pip install ipykernel jupyter_client jsonschema
install: pip install ipykernel jupyter_kernel_mgmt>=0.1.1 jupyter_protocol jsonschema
script: python test_ipykernel.py
13 changes: 0 additions & 13 deletions flit.ini

This file was deleted.

Loading

0 comments on commit 41850aa

Please sign in to comment.