From 68905c01ac24d529edfdc4063cda9a55c4971770 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 24 Jun 2014 19:09:47 -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 d16d4a7..b50d876 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - "2.7" - "3.3" + - "3.4" install: - pip install coverage coveralls