We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4aa4a9 commit 3742a68Copy full SHA for 3742a68
.travis.yml
@@ -5,8 +5,9 @@ python:
5
before_install:
6
- sudo apt-get update -qq
7
- sudo apt-get install -qq imagemagick
8
- - if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then sudo apt-get install -qq python-numpy python-matplotlib python-pythonmagick python-wand; fi
9
- - 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
10
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then pip install --user matplotlib numpy; fi
11
virtualenv:
12
system_site_packages: true
13
install:
0 commit comments