From ebda962dfe8f56c7393bafe5cc6d1ce35ff6445b Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Wed, 19 Nov 2014 11:07:05 -0500 Subject: [PATCH] Update Travis config. --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf2b679..1c9c45a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - "2.6" - "2.7" - "3.4" @@ -16,18 +15,6 @@ branches: matrix: exclude: - - - python: "2.6" - env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project - - - - python: "2.6" - env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=sample_project - - - - python: "2.6" - env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project - - python: "2.7" env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project