Skip to content

Commit a0503b5

Browse files
author
Martin Journois
committed
Add jupyter_client in tests dependencies
1 parent 17672cf commit a0503b5

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
20+
- travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client
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
@@ -3,3 +3,4 @@ pandas
33
pytest
44
vincent
55
nbconvert
6+
jupyter_client

0 commit comments

Comments
 (0)