travis.yml: Enable Python 3.3.

This commit is contained in:
Valentin Lorentz 2013-05-14 20:02:09 +02:00
parent 04b7d9eeda
commit 0083b00b64
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: