Added Python 3.3 to travis config.

This commit is contained in:
Stephen McDonald
2014-02-18 12:33:59 +11:00
parent 9e78c4f22e
commit a295878ae3

View File

@@ -6,6 +6,11 @@ env:
python:
- "2.6"
- "2.7"
- "3.3"
matrix:
exclude:
- python: "3.3"
env: DJANGO_VERSION=1.4
install:
- pip install django==$DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors