We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc40da commit 7d80634Copy full SHA for 7d80634
.travis.yml
@@ -13,7 +13,6 @@ env:
13
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit" CI_SKIP_TEST=1
14
- INSTALL_DEB_DEPENDECIES=true NIPYPE_EXTRAS="doc,tests,fmri,profiler" PIP_FLAGS="--pre" CI_SKIP_TEST=1
15
before_install:
16
-- unset DISPLAY
17
- function apt_inst {
18
if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi &&
19
if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi &&
0 commit comments