Skip to content

Commit 8c4f9b7

Browse files
committed
CI: Upgrade when installing --pre
1 parent cf32aae commit 8c4f9b7

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
@@ -29,7 +29,7 @@ env:
2929
CI_SKIP_TEST=1
3030
- INSTALL_DEB_DEPENDECIES=true
3131
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
32-
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
32+
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS --upgrade"
3333
CI_SKIP_TEST=1
3434

3535
matrix:

0 commit comments

Comments
 (0)