Skip to content

Commit

Permalink
Move Wand to global pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Mar 5, 2016
1 parent e4aa4a9 commit 3742a68
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 @@ -5,8 +5,9 @@ python:
before_install:
- sudo apt-get update -qq
- 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
- pip install --user Wand
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then sudo apt-get install -qq python-numpy python-matplotlib python-pythonmagick; fi
- if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then pip install --user matplotlib numpy; fi
virtualenv:
system_site_packages: true
install:
Expand Down

0 comments on commit 3742a68

Please sign in to comment.