diff --git a/.travis.yml b/.travis.yml index e8cd8a0..7f8abc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ language: python python: - 2.6 - 2.7 + - 3.2 + - 3.3 script: python setup.py test