Skip to content

Commit

Permalink
Merge branch '0.29.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 19, 2019
2 parents 6ffb998 + 313eae0 commit c64c55a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addons:
- gdb
- python-dbg
- python3-dbg
#- libzmq-dev # previously needed by IPython/Tornado, now embedded in pyzmq
- libzmq-dev # needed by IPython/Tornado
#- gcc-8
#- g++-8

Expand Down
4 changes: 2 additions & 2 deletions test-requirements-cpython.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyter
line_profiler
# transitive dependency of jupyter (18.0.0 comes with a new libzmq)
pyzmq>=18
# transitive dependency of jupyter (18.0.0 is broken)
pyzmq<18

0 comments on commit c64c55a

Please sign in to comment.