Update Travis config.

This commit is contained in:
Brandon Taylor
2014-11-19 11:07:05 -05:00
parent 7636e0e729
commit ebda962dfe
-13
View File
@@ -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