From 7bc20639da2a1ed22814ff84d957a66d834e28ee Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 2 May 2013 16:48:53 -0400 Subject: [PATCH] BLD: Add matplotlib to test requirements. Example scripts use matplotlib, so add to requirements_dev.txt so that CI will include matplotlib. --- etc/requirements_dev.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 0654e92e..7c9b402b 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -12,3 +12,7 @@ pyflakes==0.6.1 # Documentation Conversion pyandoc==0.0.1 + +# Example scripts that are run during unit tests use the following: + +matplotlib==1.2.1