Skip to content

Commit 3e7f4b9

Browse files
committed
ipython_genutils requires nose
1 parent 2e8c315 commit 3e7f4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- cmd: conda config --set show_channel_urls true
2222
- cmd: conda config --add channels conda-forge
2323
#- cmd: conda update --yes --quiet conda
24-
- cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs pytest
24+
- cmd: conda install -y python=%CONDA_PY_SPEC% pyzmq tornado jupyter_client nbformat ipykernel pip nodejs pytest nose
2525
# not using `conda install -y` on nbconvent package because there is
2626
# currently a bug with the version that the anaconda installs, so we will just install it with pip
2727
- cmd: pip install nbconvert

0 commit comments

Comments
 (0)