You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- S3DataGrabber uses anon connection to grab from openfmri bucket
- S3DataSink uses fakes3 server to test functionality
- Added 'gem install fakes3' to circle.yml
Copy file name to clipboardExpand all lines: circle.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ dependencies:
9
9
override:
10
10
- pip install --upgrade pip
11
11
- pip install -e .
12
-
- pip install matplotlib sphinx ipython boto3
12
+
- pip install matplotlib sphinx ipython boto
13
+
- gem install fakes3
13
14
- if [[ ! -d ~/examples/data ]]; then wget "http://tcpdiag.dl.sourceforge.net/project/nipy/nipype/nipype-0.2/nipype-tutorial.tar.bz2"; tar jxvf nipype-tutorial.tar.bz2; mkdir ~/examples; mv nipype-tutorial/* ~/examples/; fi
14
15
# we download this manually because CircleCI does not cache apt
15
16
- if [[ ! -d ~/examples/feeds ]]; then wget "http://fsl.fmrib.ox.ac.uk/fsldownloads/fsl-5.0.8-feeds.tar.gz"; tar zxvf fsl-5.0.8-feeds.tar.gz; mv feeds ~/examples/; fi
0 commit comments