Skip to content

Commit

Permalink
Temporarily remove python 3 builds, allow osx to fail (MDAnalysis#943)
Browse files Browse the repository at this point in the history
Python 3 builds are to far from passing to be relevant on travis. This
commit disable them.

OS X builds fail because of an issue with surviving file descriptors
that is fixed in the new topology scheme. This commit allows the os x
build to fail.
  • Loading branch information
jbarnoud authored and richardjgowers committed Aug 17, 2016
1 parent 133973d commit ec3323c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ env:
matrix:
- SETUP=minimal PYTHON_VERSION=2.7
- SETUP=full PYTHON_VERSION=2.7
- SETUP=minimal PYTHON_VERSION=3.3
- SETUP=full PYTHON_VERSION=3.3
#- SETUP=minimal PYTHON_VERSION=3.3
#- SETUP=full PYTHON_VERSION=3.3
matrix:
allow_failures:
- env: SETUP=minimal PYTHON_VERSION=3.3
- env: SETUP=full PYTHON_VERSION=3.3
#- env: SETUP=minimal PYTHON_VERSION=3.3
#- env: SETUP=full PYTHON_VERSION=3.3
- os: osx

before_install:
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then wget http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh; fi
Expand Down

0 comments on commit ec3323c

Please sign in to comment.