File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff 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
3028test :
3129 override :
You can’t perform that action at this time.
0 commit comments