Django 1.9 doesn't support Python 3.3

This commit is contained in:
Stephen McDonald
2015-12-21 10:54:37 +11:00
parent 0aae504d88
commit d97e9a5f74

View File

@@ -12,6 +12,8 @@ matrix:
exclude:
- python: "3.5"
env: "DJANGO_VERSION=1.7"
- python: "3.3"
env: "DJANGO_VERSION=1.9"
install:
- pip install django==$DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors