Skip to content

Commit 61264eb

Browse files
committed
fixing broken circle-ci
2 parents 3298bad + 1e01834 commit 61264eb

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

circle.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,18 @@ dependencies:
1212
# Installing dependencies for SPM and MCR
1313
- sudo apt-get update
1414
- sudo apt-get install libxp6 libxpm4 libxmu6 libxt6 bc
15-
# Installing SPM
16-
- source continuous_integration/setup_spm.sh
17-
# Installing Pypreprocess dependencies
18-
- pip install --upgrade pip
19-
- |
20-
pip install numpy scipy sklearn nibabel configobj nose coverage\
21-
matplotlib pandas nipype nilearn configparser
2215

2316
override:
24-
# Installing pypreprocess
25-
- pip install -e .
26-
# Fetching Auditory and Multimodal datasets in order to be cached in the future
27-
- python -c "from pypreprocess import datasets; datasets.fetch_spm_auditory(); datasets.fetch_spm_multimodal_fmri(); datasets.fetch_fsl_feeds()"
28-
# Caching terminates here. Outputs from test won't be saved.
17+
# Moving to nilearn directory before performing the installation.
18+
- source continuous_integration/install.sh:
19+
environment:
20+
DISTRIB: "conda"
21+
PYTHON_VERSION: "3.5"
22+
NUMPY_VERSION: "*"
23+
SCIPY_VERSION: "*"
24+
SCIKIT_LEARN_VERSION: "*"
25+
MATPLOTLIB_VERSION: "*"
26+
NIPYPE_VERSION: "0.13.0"
2927

3028
test:
3129
override:

0 commit comments

Comments
 (0)