From 6e8843dce66ed11c9920a5fa9716769daab5be2f Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Sat, 31 Jan 2015 16:10:21 +0100 Subject: [PATCH] Adds Python 2.7 to Travis CI build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index aff3769..3db6106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "2.7" - "3.4" # command to install dependencies install: