.travis.yml: Test on Python 3.3 as well as 2.7 and 3.2

If we advertise 3.3 support in setup.py, we should test for it.
This commit is contained in:
W. Trevor King 2013-01-18 19:45:39 -05:00
commit 5466ffd614

View file

@ -2,6 +2,7 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.2" - "3.2"
- "3.3"
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq ruby-sass - sudo apt-get install -qq ruby-sass