Test py36, spark 2.1.1 on travis#33
Conversation
Codecov Report
@@ Coverage Diff @@
## master #33 +/- ##
=======================================
Coverage 85.35% 85.35%
=======================================
Files 6 6
Lines 403 403
=======================================
Hits 344 344
Misses 59 59 |
|
@basnijholt the jupyter kernel test and unit test suites pass with py35 and py36 on travis. I'm updating the Makefile to create a py36 environment for development and will poke around a bit in live notebooks. |
|
Running locally, it looks like there's an issue in metakernel's shell_magic when spawning a spylon-kernel in Python 3.6. The kernel eventually comes up, but there's a long delay. I'll need to produce a smaller reproducible case and file upstream. |
|
The exception above is not due to py36. Something changed in my OSX setup that is causing pexpect to fail. I can reproduce it on py35 now too, but not when I switch to my Linux dev environment. So ... not important right now. |
Fixes #27.