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:
parent
6686f1c9bd
commit
5466ffd614
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue