Skip to content

Commit 8688aae

Browse files
committed
MAINT: Remove py2 test
1 parent 2c25d55 commit 8688aae

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -232,19 +232,6 @@ 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
248235
- run:
249236
name: Test fmriprep-wrapper (Python 3)
250237
command: |

0 commit comments

Comments
 (0)