added matplotlib to the requirements

This commit is contained in:
rowanc1
2013-11-26 18:07:19 -08:00
parent 0a50249c9f
commit b3c75d21a3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ python:
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
+1
View File
@@ -1,3 +1,4 @@
numpy
scipy
ipython
matplotlib