Skip to content

Commit e4aa4a9

Browse files
committed
One more attempt to get installs to work
1 parent b4e0f60 commit e4aa4a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ python:
44
- '3.2'
55
before_install:
66
- 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
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
910
virtualenv:
1011
system_site_packages: true
1112
install:

0 commit comments

Comments
 (0)