Add Python 3.3 to .travis.yml

This commit is contained in:
INADA Naoki 2012-12-11 22:30:38 +09:00
parent 78c345555b
commit 2ad02bb11a

View file

@ -3,6 +3,7 @@ python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- sudo apt-get update -qq