mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-16 20:10:24 +00:00
Fix mistake using Python 3 with Django 1.4.x
This commit is contained in:
parent
62bf78b8a5
commit
dabbda8a42
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue