File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ install:
45
45
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes vtk; fi
46
46
- pip install python-coveralls
47
47
- pip install nose-cov
48
- - pip install mock
49
48
# Add tvtk (PIL is required by blockcanvas)
50
49
# Install mayavi (see https://github.com/enthought/mayavi/issues/271)
51
50
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
21
21
# Set up python environment
22
22
- pip install --upgrade pip
23
23
- pip install -e .
24
- - pip install matplotlib sphinx ipython boto coverage dipy mock
24
+ - pip install matplotlib sphinx ipython boto coverage dipy
25
25
# Add tvtk
26
26
- pip install http://effbot.org/downloads/Imaging-1.1.7.tar.gz
27
27
- pip install -e git+https://github.com/enthought/etsdevtools.git#egg=etsdevtools
Original file line number Diff line number Diff line change @@ -142,5 +142,6 @@ def get_nipype_gitversion():
142
142
"future>=%s" % FUTURE_MIN_VERSION ,
143
143
"simplejson>=%s" % SIMPLEJSON_MIN_VERSION ,
144
144
"prov>=%s" % PROV_MIN_VERSION ,
145
+ "mock" ,
145
146
"xvfbwrapper" ]
146
147
STATUS = 'stable'
You can’t perform that action at this time.
0 commit comments