From 655e359d8392e650bd0534b8ca00d1f8ba045fb7 Mon Sep 17 00:00:00 2001 From: Enrico Batista da Luz Date: Tue, 27 Jan 2015 00:22:57 -0200 Subject: [PATCH] Ignored build with Django==1.4.18 + Python 3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1316a4e..e393260 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: matrix: exclude: - python: 3.3 - env: DJANGO_VERSION=1.4.10 + env: DJANGO_VERSION=1.4.18 install: - pip install -q Django==$DJANGO_VERSION