Skip to content

Commit eed1ec8

Browse files
committed
Merge remote-tracking branch 'origin/master' into bf-resource-monitor
* origin/master: FIX: Pin coverage<5 [FIX] Pin codecov to <5.0 so Travis is fixed
2 parents 923c531 + 0ef261c commit eed1ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
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'],

0 commit comments

Comments
 (0)