Skip to content

Commit f07414c

Browse files
committed
Add ipywidgets to pip install
1 parent 389e6d2 commit f07414c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
install:
2121
- conda create -q -y -n fidimag-test python=$TRAVIS_PYTHON_VERSION cython matplotlib pytest scipy pytest-cov gcc
2222
- source activate fidimag-test
23-
- pip install pyvtk six nbval
23+
- pip install pyvtk six nbval ipywidgets
2424
# Download and compile FFTW & Sundials locally
2525
- bash bin/install-sundials-2.5.sh
2626
- bash bin/install-fftw.sh

0 commit comments

Comments
 (0)