Skip to content

Commit

Permalink
Merge pull request #216 from enthought/fix/travis-cython-failures
Browse files Browse the repository at this point in the history
Add workaround for frequent Travis build failures during Cython compilation.
  • Loading branch information
corranwebster committed Dec 16, 2014
2 parents 676a69c + d98ba5c commit 1996d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- pip install -U nose
- if ! [[ $TRAVIS_PYTHON_VERSION > '2.6' ]]; then pip install unittest2 ; fi
- if [[ $TRAVIS_PYTHON_VERSION > '3.' ]]; then pip install numpy ; fi
- pip install cython
- pip install --install-option="--no-cython-compile" cython
- pip install coverage
- pip install coveralls
- python setup.py develop
Expand Down

0 comments on commit 1996d8c

Please sign in to comment.