From d6c8f5d2f2630beb0519fb3a535e9d1837853996 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 24 Jun 2014 21:23:34 -0700 Subject: [PATCH] Enable automated testing on Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 53f0e0b..dadfa21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" script: nosetests