From 1b8e1a3562a07235eeaebcf9715b718e05030810 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Mon, 2 Apr 2018 20:35:01 +0000 Subject: [PATCH] exclude python 3+ and django 2+ combo in tests (second try) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc86d82..562f63e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: matrix: exclude: - - python: 2.7 + - python: "2.7" env: DJANGO_VERSION=">=2.0" install: