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 704e231 commit 7871fb2Copy full SHA for 7871fb2
.travis.yml
@@ -60,6 +60,16 @@ matrix:
60
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
61
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
62
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
73
74
addons:
75
apt:
0 commit comments