Skip to content

Commit 646236e

Browse files
committed
CI: Ensure --pre flag applies to all dependencies
1 parent 53eff64 commit 646236e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ before_install:
6262
export FSLOUTPUTTYPE=NIFTI_GZ;
6363
fi;
6464

65-
- travis_retry pip install -r requirements.txt
65+
- travis_retry pip install $EXTRA_PIP_FLAGS -r requirements.txt
6666
- travis_retry pip install grabbit==0.2.6
6767
- travis_retry pip install -e git+https://github.com/bids-standard/pybids.git@0.7.0#egg=pybids
6868

0 commit comments

Comments
 (0)