Python 3.5 is not supported by Django 1.7 or 1.8

This commit is contained in:
Grant McConnaughey 2015-09-24 10:46:49 -05:00
parent bc6ae016ee
commit 1c44bd8d01

View file

@ -20,3 +20,7 @@ matrix:
env: DJANGO=1.9a1
- python: 3.3
env: DJANGO=1.9a1
- python: 3.5
env: DJANGO=1.7.10
- python: 3.5
env: DJANGO=1.8.4