Skip to content

Commit 894e05e

Browse files
committed
CI: Use Python 3.6.5 environment for packaging
1 parent 0c719f8 commit 894e05e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ jobs:
339339
- run:
340340
name: Check pypi preconditions
341341
command: |
342+
pyenv local 3.6.5
342343
pip install --upgrade pip twine future wheel readme_renderer setuptools
343344
python setup.py sdist bdist_wheel
344345
twine check dist/*
@@ -353,7 +354,7 @@ jobs:
353354
- run:
354355
name: Validate Python 3 installation
355356
command: |
356-
pyenv local 3.5.2
357+
pyenv local 3.6.5
357358
pip install --upgrade pip
358359
pip install dist/nipype-*-py2.py3-none-any.whl
359360
# Futures should not install in Python 3
@@ -388,6 +389,7 @@ jobs:
388389
- run:
389390
name: Deploy to PyPI
390391
command: |
392+
pyenv local 3.6.5
391393
pip install --upgrade twine future wheel readme_renderer setuptools
392394
python setup.py check -r -s
393395
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)