From ebaba14f5cc1f731bd4ad80422c3e5cf624584d6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 2 Aug 2018 09:49:16 -0700 Subject: [PATCH] Try running the test against Python 2.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bdc2635..1ee0d13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: python python: - "3.6" - "3.7-dev" + - "2.7" script: - pip install -U pip wheel