From b3c75d21a39657f2dcdd0b4a371ff795dd877359 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Tue, 26 Nov 2013 18:07:19 -0800 Subject: [PATCH] added matplotlib to the requirements --- .travis.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eea9de24..aab43d5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 27ba63e9..6b7df820 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ numpy scipy ipython +matplotlib