Skip to content

Commit d4f9cca

Browse files
committed
Revert "MAINT: Remove py2 test"
This reverts commit 8688aae.
1 parent 6e9859a commit d4f9cca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,19 @@ jobs:
232232
--entrypoint="pytest" poldracklab/fmriprep:latest \
233233
/src/fmriprep/fmriprep -svx --doctest-modules
234234
235+
- run:
236+
name: Test fmriprep-wrapper (Python 2)
237+
command: |
238+
export PY2=$(pyenv versions | grep '2\.' |
239+
sed -e 's/.* 2\./2./' -e 's/ .*//')
240+
pyenv local $PY2
241+
echo -n "Python version: "
242+
python --version
243+
pip install --upgrade pip setuptools
244+
pip install --upgrade wrapper/
245+
which fmriprep-docker
246+
fmriprep-docker -i poldracklab/fmriprep:latest --help
247+
fmriprep-docker -i poldracklab/fmriprep:latest --version
235248
- run:
236249
name: Test fmriprep-wrapper (Python 3)
237250
command: |

0 commit comments

Comments
 (0)