From 24f5fb1997ed2784dbcfb7895172e63058dd5df5 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 23 Nov 2017 13:04:08 +0000 Subject: [PATCH] Fix testing against Python 2.7 This was missed in in #268 which was merged, but tests were not actually executed on Travis CI for Python 2.7! --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dddfd1f..cc53c6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ sudo: false language: python cache: pip python: +- 2.7 - 3.4 - 3.5 - 3.6