Skip to content

Commit 4f28416

Browse files
author
Martin Journois
committed
Add ipykernel in tests dependencies
1 parent a0503b5 commit 4f28416

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
1818
- source activate test
1919
- conda install --yes --file requirements-dev.txt
20-
- travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client
20+
- travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client ipykernel
2121
- if [[ "$PYTHON" != "3.5" ]]; then
2222
travis_retry conda install --yes mock ;
2323
fi

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pytest
44
vincent
55
nbconvert
66
jupyter_client
7+
ipykernel

0 commit comments

Comments
 (0)