Skip to content

Commit 838f95e

Browse files
committed
CI: Update Python 3.7 install test
1 parent 955a18c commit 838f95e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,11 @@ jobs:
360360
name: Validate Python 3.7 installation
361361
command: |
362362
pyenv local 3.7.0
363+
pip install --upgrade pip
364+
# Pre-install a version of numpy that will not pass
365+
pip install numpy==1.15.0
363366
pip install dist/nipype-*-py2.py3-none-any.whl
364-
# Futures should not install in Python 3
367+
# Numpy should be upgraded to >= 1.15.3
365368
test "$(pip show numpy | grep Version)" \> "Version: 1.15.2"
366369
- store_artifacts:
367370
path: /home/circleci/nipype/dist

0 commit comments

Comments
 (0)