Skip to content

Commit

Permalink
Tornado6 support (#74)
Browse files Browse the repository at this point in the history
* fix: dependency upgrade to work with tornado6
  • Loading branch information
maartenbreddels authored Mar 14, 2019
1 parent 299af5e commit d1a1d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_install:
- conda info -a
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION jupyter_server pytest==3.10.1 pytest-cov nodejs flake8
- source activate test-environment
- pip install --upgrade --no-deps --force-reinstall git+https://github.com/maartenbreddels/jupyter_server.git@fix_tornado6
install:
- pip install ".[test]"
before_script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run(self):
},
'install_requires': [
'jupyter_server>=0.0.3',
'nbconvert>=5.4,<6'
'nbconvert>=5.4.1,<6'
],
'extras_require': {
'test': ['mock', 'pytest<4', 'pytest-tornado5']
Expand Down

0 comments on commit d1a1d52

Please sign in to comment.