1
0
Fork 0
forked from github/pelican

.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:
- "2.7"
- "3.2"
- "3.3"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ruby-sass