add pandas install

This commit is contained in:
Atsushi Sakai
2018-01-14 09:34:51 -08:00
parent 0c973728c2
commit 124ab287ae

View File

@@ -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