We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17672cf commit a0503b5Copy full SHA for a0503b5
2 files changed
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- travis_retry conda create --yes -n test python=$PYTHON --file requirements.txt
18
- source activate test
19
- conda install --yes --file requirements-dev.txt
20
- - travis_retry conda install --yes pytest pandas vincent flake8 nbconvert
+ - travis_retry conda install --yes pytest pandas vincent flake8 nbconvert jupyter_client
21
- if [[ "$PYTHON" != "3.5" ]]; then
22
travis_retry conda install --yes mock ;
23
fi
requirements-dev.txt
@@ -3,3 +3,4 @@ pandas
3
pytest
4
vincent
5
nbconvert
6
+jupyter_client
0 commit comments