Skip to content

Commit 6a4ce64

Browse files
committed
Tried to fix reqs and travis
1 parent 52cf9e4 commit 6a4ce64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ python:
88
- 3.5
99
- 3.6
1010
env:
11-
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler"
12-
- INSTALL_DEB_DEPENDECIES=false NIPYPE_EXTRAS="doc,tests,fmri,profiler"
13-
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit"
11+
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,pybids"
12+
- INSTALL_DEB_DEPENDECIES=false NIPYPE_EXTRAS="doc,tests,fmri,profiler,pybids"
13+
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit,pybids"
1414
before_install:
1515
- function apt_inst {
1616
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi &&

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def get_nipype_gitversion():
160160
'profiler': ['psutil'],
161161
'duecredit': ['duecredit'],
162162
'xvfbwrapper': ['xvfbwrapper'],
163+
'pybids' : ['pybids']
163164
# 'mesh': ['mayavi'] # Enable when it works
164165
}
165166

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ configparser
1313
pytest>=3.0
1414
mock
1515
pydotplus
16-
pybids==0.3
1716
packaging

0 commit comments

Comments
 (0)