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 =