From 54be0e1043e8b3e19ef4e99e08dc0610a5554ca5 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Sat, 20 Jan 2018 18:53:42 -0500 Subject: [PATCH] Add Python 3.1 and pandas to Travis specs --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 20266f4..d2a96f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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