From d9f1df1125854196922cb6e11062c37090991dfb Mon Sep 17 00:00:00 2001 From: Adam Charnock Date: Fri, 4 Dec 2015 16:58:04 +0000 Subject: [PATCH] No longer building python 3.3 + django 1.9 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f26c9cd2..ba581d47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,3 +88,5 @@ matrix: exclude: - python: '3.3' env: DJANGO_VERSION=1.8 + - python: '3.3' + env: DJANGO_VERSION=1.9