Skip to content

Commit 9ed64d0

Browse files
author
Shoshana Berleant
committed
specify mock dependency in info.py instead
1 parent abe7920 commit 9ed64d0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ 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
4948
# Add tvtk (PIL is required by blockcanvas)
5049
# Install mayavi (see https://github.com/enthought/mayavi/issues/271)
5150
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 mock
24+
- pip install matplotlib sphinx ipython boto coverage dipy
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

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,6 @@ def get_nipype_gitversion():
142142
"future>=%s" % FUTURE_MIN_VERSION,
143143
"simplejson>=%s" % SIMPLEJSON_MIN_VERSION,
144144
"prov>=%s" % PROV_MIN_VERSION,
145+
"mock",
145146
"xvfbwrapper"]
146147
STATUS = 'stable'

0 commit comments

Comments
 (0)