File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ install:
4545- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes vtk; fi
4646- pip install python-coveralls
4747- pip install nose-cov
48+ - pip install mock
4849# Add tvtk (PIL is required by blockcanvas)
4950# Install mayavi (see https://github.com/enthought/mayavi/issues/271)
5051- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
2121 # Set up python environment
2222 - pip install --upgrade pip
2323 - pip install -e .
24- - pip install matplotlib sphinx ipython boto coverage dipy
24+ - pip install matplotlib sphinx ipython boto coverage dipy mock
2525 # Add tvtk
2626 - pip install http://effbot.org/downloads/Imaging-1.1.7.tar.gz
2727 - pip install -e git+https://github.com/enthought/etsdevtools.git#egg=etsdevtools
You can’t perform that action at this time.
0 commit comments