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