Skip to content

Commit b0a262f

Browse files
committed
Use apt-get to install requirements.
1 parent 7019dce commit b0a262f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ python:
44
- '2.7'
55
- '3.2'
66
- '3.3'
7+
- '3.4'
8+
virtualenv:
9+
system_site_packages: true
10+
before_install:
11+
- sudo apt-get update -qq
12+
- sudo apt-get install -qq python-numpy python-matplotlib python-pythonmagick
713
install:
814
- pip install .
9-
- pip install numpy
10-
- pip install matplotlib
11-
- pip install pythonmagick
1215
script: nosetests
16+
cache: apt

0 commit comments

Comments
 (0)