Skip to content

Commit dd8c9bc

Browse files
authored
Merge pull request #315 from bids-standard/fix/python27
CI: Disable allowed failures for Python 2.7 nightly tests
2 parents 5d702d7 + 0937210 commit dd8c9bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ matrix:
3737
env:
3838
- PYTHON_VERSION=3.6
3939
- MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh"
40-
allow_failures:
41-
- python: 2.7
42-
env: EXTRA_PIP_FLAGS="--pre --find-links=$EXTRA_WHEELS --find-links $PRE_WHEELS"
4340

4441
before_install:
4542
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then

0 commit comments

Comments
 (0)