From 007ba7a443e71a8d7e04bef4fd63e05fab952056 Mon Sep 17 00:00:00 2001 From: Charlie Denton Date: Mon, 8 May 2017 00:11:17 +0100 Subject: [PATCH] Don't test Django's master on python 2 Django 2.0 will be dropping support for python 2, so there's no point in running the tests. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5601d0a..59fbfa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,9 @@ matrix: - python: "3.2" env: TOXENV="djangodev" + - python: "2.7" + env: TOXENV="djangodev" + - python: "2.6" env: TOXENV="django17" - python: "2.6"