From 36eeabe9c2e20ec978bc95a7a6dfd1267d4c37f4 Mon Sep 17 00:00:00 2001 From: Vladimir Osintsev Date: Sun, 4 Sep 2016 12:13:35 +0300 Subject: [PATCH] Ignore checks Django 1.10 on Python 3.3 (not supported) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 734f5b2..6517450 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,7 @@ matrix: env: DJANGO=1.7 - python: "3.3" env: DJANGO=1.9 + - python: "3.3" + env: DJANGO=1.10 after_success: - coveralls