We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a10131 commit 86ae407Copy full SHA for 86ae407
.travis.yml
@@ -12,6 +12,7 @@ before_install:
12
install:
13
- pip install -r test-requirements.txt
14
- python setup.py install
15
+ - pip freeze
16
script:
17
- pycodestyle --max-line-length=119 $(find ipython2cwl -name '*.py')
18
- coverage run --source ipython2cwl -m unittest discover tests
setup.py
@@ -59,7 +59,8 @@ def get_version(rel_path):
59
'PyYAML>=5.3.1',
60
'gitpython>=3.1.3',
61
'jupyter-repo2docker>=0.11.0',
62
- 'nbconvert==5.6.1'
+ 'nbconvert==5.6.1',
63
+ 'ipython>=7.15.0'
64
],
65
test_suite='tests',
66
)
0 commit comments