Test Django 1.8 with Python 3.5

Django's latest 1.8.X minor supports Python 3.5.
fix_request_path_info
Jonas Haag 2015-12-17 13:18:54 +01:00
parent a01fd92d1c
commit f9920bfa14
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ matrix:
env: DJANGO=">=1.6,<1.7" env: DJANGO=">=1.6,<1.7"
- python: "3.5" - python: "3.5"
env: DJANGO=">=1.7,<1.8" env: DJANGO=">=1.7,<1.8"
- python: "3.5"
env: DJANGO=">=1.8,<1.9"
- python: "3.4" - python: "3.4"
env: DJANGO=">=1.4,<1.5" env: DJANGO=">=1.4,<1.5"