Skip to content

Commit 5c23101

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
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,paramiko"
1414
before_install:
1515
- function apt_inst {
1616
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi &&

Dockerfile

+1
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

0 commit comments

Comments
 (0)