From 124ab287ae747dfb31553e057cf8d773d02f4d61 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 14 Jan 2018 09:34:51 -0800 Subject: [PATCH] add pandas install --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 71333ed6..45535291 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ install: - "pip install scipy" - "pip install numpy" - "pip install matplotlib" + - "pip install pandas" script: - python --version - python -m unittest discover tests