Skip to content

Commit

Permalink
Merge pull request #161 from enthought/built-numpy
Browse files Browse the repository at this point in the history
force an upgrade to use the latest numpy
  • Loading branch information
jwiggins committed Nov 16, 2014
2 parents bc4c55a + 9dc5c66 commit 1f29d3c
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 @@ -7,11 +7,11 @@ before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7_with_system_site_packages' ]]; then source .travis_before_install; fi
# PyQt can't be installed on 2.6; run the tests without Qt
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then source .travis_before_install_noqt; fi
- sudo apt-get install python-numpy
- sudo apt-get install swig
install:
# nose is already installed
- pip install cython
- pip install --upgrade numpy
- pip install -r dev_requirements.txt
- pip install coveralls
- python setup.py develop
Expand Down

0 comments on commit 1f29d3c

Please sign in to comment.