From f389ad7c00ad7cba64c8db7181313808cfe1beea Mon Sep 17 00:00:00 2001 From: Oliver Bestwalter Date: Thu, 20 Feb 2014 11:36:04 +0100 Subject: [PATCH] try what py3 has to say about my code ... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 75b7e92..8b10041 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.3" before_install: - "git config --global user.email 'nobody@loslassa.com'" - "git config --global user.name 'Loslassa Tester'"