From a67b849bb06fed1826f8d4ccbc99777b68c5d7e9 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 8 Mar 2013 12:19:25 -0500 Subject: [PATCH] Back to all four, fixes #79 --- .travis.yml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffb887c07..2ed03740b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: + - 2.6 - 2.7 + - 3.2 - 3.3 script: diff --git a/tox.ini b/tox.ini index 8e9ac0a24..0f274506c 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py33 +envlist = py26, py27, py32, py33 [testenv] commands =