Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix/docs-url
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Dec 16, 2014
2 parents 86e4234 + 1996d8c commit fbb6428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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 fbb6428

Please sign in to comment.