Skip to content

Commit

Permalink
One more attempt to get installs to work
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Mar 5, 2016
1 parent b4e0f60 commit e4aa4a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ python:
- '3.2'
before_install:
- sudo apt-get update -qq
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then sudo apt-get install python-numpy python-matplotlib python-pythonmagick python-wand; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install python3-matplotlib python3-numpy python-wand; fi
- sudo apt-get install -qq imagemagick
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then sudo apt-get install -qq python-numpy python-matplotlib python-pythonmagick python-wand; fi
- if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then pip install --user matplotlib numpy Wand; fi
virtualenv:
system_site_packages: true
install:
Expand Down

0 comments on commit e4aa4a9

Please sign in to comment.