Skip to content

Commit 7871fb2

Browse files
committed
CI: Allow 2.7 --pre failures for now
1 parent 704e231 commit 7871fb2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ matrix:
6060
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
6161
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
6262
CI_SKIP_TEST=1
63+
allow_failures:
64+
- python: 2.7
65+
env:
66+
- INSTALL_DEB_DEPENDECIES=true
67+
EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
68+
PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
69+
EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
70+
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
71+
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
72+
CI_SKIP_TEST=1
6373

6474
addons:
6575
apt:

0 commit comments

Comments
 (0)