Skip to content

Commit 2033d7a

Browse files
committed
CI: Install and use Python 3.3.7
1 parent 02c3221 commit 2033d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ jobs:
371371
- run:
372372
name: Check python_requires prevents installation on Python 3.3
373373
command: |
374-
pyenv local 3.3.6
374+
pyenv install 3.3.7
375+
pyenv local 3.3.7
375376
FAIL=false
376377
pip install dist/nipype-*-py2.py3-none-any.whl || FAIL=true
377378
$FAIL

0 commit comments

Comments
 (0)