Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff539cd

Browse files
authoredOct 8, 2019
Merge pull request #3069 from nipy/rel/1.3.0rc1
REL: 1.3.0-rc1
2 parents 5976769 + f35d7a7 commit ff539cd

File tree

7 files changed

+158
-114
lines changed

7 files changed

+158
-114
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

‎.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Horea Christian <horea.christ@yandex.com> <h.chr@mail.ru>
7070
Isaac Schwabacher <ischwabacher@wisc.edu>
7171
Jakub Kaczmarzyk <jakubk@mit.edu>
7272
James Kent <james-kent@uiowa.edu>
73+
James Kent <james-kent@uiowa.edu> Fred Mertz <mertzf@bargle.argle>
7374
Janosch Linkersdörfer <linkersdoerfer@gmail.com>
7475
Jason Wong <jf126dolphin@gmail.com>
7576
Jason Wong <jf126dolphin@gmail.com> <jasonwong73@ucla.edu>
@@ -80,6 +81,7 @@ Joerg Stadler <Joerg.Stadler@lin-magdeburg.de> <joerg.stadler@lin-magdeburg.de>
8081
Joerg Stadler <Joerg.Stadler@lin-magdeburg.de> <jstadler@ilin-magdeburg.de>
8182
Joerg Stadler <Joerg.Stadler@lin-magdeburg.de> <Stadler@lin-magdeburg.de>
8283
John A. Lee <johnleenimh@gmail.com>
84+
John A. Lee <johnleenimh@gmail.com> <leej3@users.noreply.github.com>
8385
Joke Durnez <joke.durnez@gmail.com>
8486
Josh Warner <silvertrumpet999+github@gmail.com> <warner.joshua@mayo.edu>
8587
Junhao WEN <anbai106@hotmail.com>
@@ -151,6 +153,7 @@ Shariq Iqbal <shariqiqbal2810@gmail.com>
151153
Shariq Iqbal <shariqiqbal2810@gmail.com> <shariqiqbal2810@users.noreply.github.com>
152154
Shoshana Berleant <berleant@stanford.edu> Shoshana Berleant <nope>
153155
Shoshana Berleant <berleant@stanford.edu> <shoshber@users.noreply.github.com>
156+
Shoshana Berleant <berleant@stanford.edu> Ubuntu <ubuntu@ip-172-31-43-202.us-west-2.compute.internal>
154157
Simon Rothmei <srothmei@mailbox.tu-berlin.de>
155158
Simon Rothmei <srothmei@mailbox.tu-berlin.de> <srothmei@users.noreply.github.com>
156159
Siqi Liu <lsqshr@gmail.com>

0 commit comments

Comments
 (0)
Please sign in to comment.