From 1bdbdf823df689ea4474028eacc864fd039076d9 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Mon, 29 Feb 2016 00:02:59 -0500 Subject: [PATCH] Add py33 and py35 to tox.ini --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6942ab1..ca08f59 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] -envlist = py27,py31,py34 +envlist = py27,py31,py33,py34,py35 [testenv] deps=nose - pandas commands=nosetests