"Officially" only support 2.7 and 3.3

This commit is contained in:
Alex Clark 2013-03-08 09:47:03 -05:00
parent d0d92de8ab
commit 00b43ac81a
2 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,8 @@
language: python language: python
python: python:
- 2.6
- 2.7 - 2.7
# - 3.2
- 3.3 - 3.3
# - pypy
script: script:
- python setup.py clean - python setup.py clean

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist = py26, py27, py33 envlist = py27, py33
[testenv] [testenv]
commands = commands =