Skip to content

Commit 86ae407

Browse files
committed
add ipython as requirements
1 parent 1a10131 commit 86ae407

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_install:
1212
install:
1313
- pip install -r test-requirements.txt
1414
- python setup.py install
15+
- pip freeze
1516
script:
1617
- pycodestyle --max-line-length=119 $(find ipython2cwl -name '*.py')
1718
- coverage run --source ipython2cwl -m unittest discover tests

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def get_version(rel_path):
5959
'PyYAML>=5.3.1',
6060
'gitpython>=3.1.3',
6161
'jupyter-repo2docker>=0.11.0',
62-
'nbconvert==5.6.1'
62+
'nbconvert==5.6.1',
63+
'ipython>=7.15.0'
6364
],
6465
test_suite='tests',
6566
)

0 commit comments

Comments
 (0)