Fix mistake using Python 3 with Django 1.4.x

This commit is contained in:
Frank Wiles 2016-03-03 10:22:39 -06:00
parent 62bf78b8a5
commit dabbda8a42

View file

@ -22,3 +22,7 @@ matrix:
# Python 2.6 support has been dropped in Django 1.7
- python: "2.6"
env: DJANGO="Django==1.7.11"
- python: "3.4"
env: DJANGO="Django==1.4.12"
- python: "3.5"
env: DJANGO="Django==1.4.12"