Skip to content

Commit 1e01834

Browse files
committed
fixing broken circle-ci
1 parent dd366cb commit 1e01834

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

circle.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,17 @@ 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: "*"
2926

3027
test:
3128
override:

0 commit comments

Comments
 (0)