Added Python 3.3 to travis config.
This commit is contained in:
@@ -6,6 +6,11 @@ env:
|
|||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- python: "3.3"
|
||||||
|
env: DJANGO_VERSION=1.4
|
||||||
install:
|
install:
|
||||||
- pip install django==$DJANGO_VERSION --use-mirrors
|
- pip install django==$DJANGO_VERSION --use-mirrors
|
||||||
- pip install . --use-mirrors
|
- pip install . --use-mirrors
|
||||||
|
|||||||
Reference in New Issue
Block a user