Skip to content

Commit e6e0625

Browse files
committed
Merge remote-tracking branch 'upstream/master' into oesteban-patch-1
2 parents fc2c487 + 0ef261c commit e6e0625

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ before_install:
8787

8888
- travis_retry pip install -r requirements.txt
8989
- travis_retry pip install grabbit==0.1.2
90-
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&
91-
pip install -e ${HOME}/pybids
90+
- travis_retry git clone -b 0.6.5 https://github.com/INCF/pybids.git ${HOME}/pybids && pip install -e ${HOME}/pybids
9291

9392
install:
9493
- travis_retry pip install $EXTRA_PIP_FLAGS -e .[$NIPYPE_EXTRAS]

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_nipype_gitversion():
154154
if sys.version_info <= (3, 4):
155155
REQUIRES.append('configparser')
156156

157-
TESTS_REQUIRES = ['pytest-cov', 'codecov', 'pytest-env']
157+
TESTS_REQUIRES = ['pytest-cov', 'codecov', 'pytest-env', 'coverage<5']
158158

159159
EXTRA_REQUIRES = {
160160
'doc': ['Sphinx>=1.4', 'numpydoc', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],
@@ -164,7 +164,7 @@ def get_nipype_gitversion():
164164
'profiler': ['psutil>=5.0'],
165165
'duecredit': ['duecredit'],
166166
'xvfbwrapper': ['xvfbwrapper'],
167-
'pybids': ['pybids'],
167+
'pybids': ['pybids==0.6.5'],
168168
'ssh': ['paramiko'],
169169
# 'mesh': ['mayavi'] # Enable when it works
170170
}

0 commit comments

Comments
 (0)