We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ec2ad commit 2f9525aCopy full SHA for 2f9525a
.circleci/config.yml
@@ -257,7 +257,8 @@ jobs:
257
-e FMRIPREP_REGRESSION_SOURCE=/tmp/data/fmriprep_bold_truncated \
258
-e FMRIPREP_REGRESSION_TARGETS=/tmp/data/fmriprep_bold_mask \
259
--entrypoint="py.test" poldracklab/fmriprep:latest \
260
- /root/src/fmriprep/ --doctest-modules --ignore=docs --ignore=setup.py
+ /root/src/fmriprep/ \
261
+ --doctest-modules --ignore=/root/src/fmriprep/docs --ignore=setup.py
262
- run:
263
name: Test fmriprep-wrapper (Python 2)
264
command: |
0 commit comments