Skip to content

Commit 3fa5c5c

Browse files
committed
CI: Add pip install --pre entry to Travis
1 parent 9ced114 commit 3fa5c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler"
1212
- INSTALL_DEB_DEPENDECIES=false NIPYPE_EXTRAS="doc,tests,fmri,profiler"
1313
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit"
14+
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler" PIP_FLAGS="--pre"
1415
before_install:
1516
- function apt_inst {
1617
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi &&
@@ -41,7 +42,7 @@ before_install:
4142
- travis_retry apt_inst
4243
- travis_retry conda_inst
4344
install:
44-
- travis_retry pip install -e .[$NIPYPE_EXTRAS]
45+
- travis_retry pip install $PIP_FLAGS -e .[$NIPYPE_EXTRAS]
4546
script:
4647
- py.test -v --doctest-modules nipype
4748
deploy:

0 commit comments

Comments
 (0)