diff --git a/.travis.yml b/.travis.yml index e3168d0..5986f4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: python python: - - "2.5" - "2.6" - "2.7" -# Someday, soon. -# - "3.2" + - "3.3" install: python setup.py install script: python setup.py test notifications: