From 1b212a0b05252775a620561c3bba03f101fb73b1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 21 Jun 2014 09:16:48 -0700 Subject: [PATCH] Enable automated testing with Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4147025..989776a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 script: make test