Skip to content

Commit

Permalink
Merge 9dc5c66 into bc4c55a
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Nov 15, 2014
2 parents bc4c55a + 9dc5c66 commit 22f768a
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 22f768a

Please sign in to comment.