Revert: Test Python 3.3 on Travis.

3.3 still not supported
This commit is contained in:
Jakub Roztocil 2012-12-19 11:56:02 +01:00
parent 4a37d10245
commit 7ff71a7f10

View File

@ -3,7 +3,7 @@ python:
- 2.6
- 2.7
- pypy
- 3.3
- 3.2
script: python setup.py test
install:
- pip install . --use-mirrors