Skip to content

Commit 5a15a6d

Browse files
committed
TST: Depend paramiko so SSHDataGrabber tests run
1 parent 69c948a commit 5a15a6d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python:
1010
env:
1111
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler"
1212
- INSTALL_DEB_DEPENDECIES=false NIPYPE_EXTRAS="doc,tests,fmri,profiler"
13-
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit"
13+
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit,ssh"
1414
before_install:
1515
- function apt_inst {
1616
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi &&

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN conda config --add channels conda-forge; sync && \
6464
libxslt \
6565
traits=4.6.0 \
6666
psutil \
67+
paramiko \
6768
icu=58.1 && \
6869
sync;
6970

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def get_nipype_gitversion():
160160
'profiler': ['psutil'],
161161
'duecredit': ['duecredit'],
162162
'xvfbwrapper': ['xvfbwrapper'],
163+
'ssh': ['paramiko'],
163164
# 'mesh': ['mayavi'] # Enable when it works
164165
}
165166

0 commit comments

Comments
 (0)