Django 1.9 doesn't support Python 3.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user