From 00b43ac81a901a05b38c06e2c3ac991f09e3adc1 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 8 Mar 2013 09:47:03 -0500 Subject: [PATCH] "Officially" only support 2.7 and 3.3 --- .travis.yml | 3 --- tox.ini | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b33dd5032..ffb887c07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ language: python python: - - 2.6 - 2.7 - # - 3.2 - 3.3 - # - pypy script: - python setup.py clean diff --git a/tox.ini b/tox.ini index 2607fa07d..8e9ac0a24 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py33 +envlist = py27, py33 [testenv] commands =