Skip to content

Commit 32d641c

Browse files
author
Martin Journois
committed
Add nbconvert etc in .travis
1 parent a8508f2 commit 32d641c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ before_install:
1616
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
1717
- source activate test
1818
- conda install --yes --file requirements-dev.txt;
19+
- if [[ "$PYTHON" == "3.4" ]]; then
20+
travis_retry conda install --yes nbconvert jupyter_client ipykernel;
21+
fi
1922
- travis_retry pip install
2023

2124
script:

0 commit comments

Comments
 (0)