From 922d2890252a670f62879b487263912520ecde92 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Fri, 12 Sep 2014 09:21:58 -0400 Subject: [PATCH] Updated python versions in excludes. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 953894a..0149bc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,11 +30,11 @@ matrix: env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project - - python: "2.7" + python: "2.7.6" env: DJANGO_VERSION=1.5.10 SAMPLE_PROJECT=sample_project - - python: "2.7" + python: "2.7.6" env: DJANGO_VERSION=1.7 SAMPLE_PROJECT=python3_sample_project -