From 0edc62ebe5853b3b7b7ec81e4633ebd696db8599 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Fri, 12 Sep 2014 09:24:35 -0400 Subject: [PATCH] Removed minor version spec of Python. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0149bc5..849949e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.6" - - "2.7.6" + - "2.7" - "3.4" env: @@ -30,11 +30,11 @@ matrix: env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project - - python: "2.7.6" + python: "2.7" env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project - - python: "2.7.6" + python: "2.7" env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project -