From 206b7770419e7986d8a2cad189f377523d555770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 12 Dec 2014 12:01:36 +0100 Subject: [PATCH] Enable Python 2 tests in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 910d541..7f24596 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "2.7" - "3.3" - "3.4" install: