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.6
- 2.7 - 2.7
- pypy - pypy
- 3.3 - 3.2
script: python setup.py test script: python setup.py test
install: install:
- pip install . --use-mirrors - pip install . --use-mirrors