Dropped Django 1.5.x test configuration

master
Brandon Taylor 2016-08-08 20:44:03 -04:00
parent 5566faed5b
commit b52761274a
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=1.7.7 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=1.8.7 SAMPLE_PROJECT=sample_project
@ -20,10 +20,10 @@ matrix:
-
python: "3.4"
env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
-
python: "3.4"
python: "3.5"
env: DJANGO_VERSION=1.6.7 SAMPLE_PROJECT=sample_project
install: