Skip to content

Commit f5d3242

Browse files
author
shariqiqbal2810
committed
Added boto3 to 'circle.yml' so that ci will run s3 testing modules
1 parent 3d6fe57 commit f5d3242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
override:
1010
- pip install --upgrade pip
1111
- pip install -e .
12-
- pip install matplotlib sphinx ipython
12+
- pip install matplotlib sphinx ipython boto3
1313
- 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
1414
# we download this manually because CircleCI does not cache apt
1515
- 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

Comments
 (0)