Skip to content

Commit 9b857fa

Browse files
authored
Merge pull request #2197 from effigies/ci/travis_pre
CI: Add pip install --pre entry to Travis
2 parents 2e2884f + 3fa5c5c commit 9b857fa

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 &&
@@ -46,7 +47,7 @@ before_install:
4647
- travis_retry apt_inst
4748
- travis_retry conda_inst
4849
install:
49-
- travis_retry pip install -e .[$NIPYPE_EXTRAS]
50+
- travis_retry pip install $PIP_FLAGS -e .[$NIPYPE_EXTRAS]
5051
script:
5152
- py.test -v --doctest-modules nipype
5253
deploy:

0 commit comments

Comments
 (0)