Add Python 3.1 and pandas to Travis specs

This commit is contained in:
Jeremy Singer-Vine
2018-01-20 18:53:42 -05:00
parent 72bb81f544
commit 54be0e1043
+2
View File
@@ -1,10 +1,12 @@
language: python
python:
- "2.7"
- "3.1"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install .
- pip install nose
- pip install pandas
script: nosetests