From cb9dbe0a3c92f4f6f555f2e7b22729f74b3633c2 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 26 Jun 2014 14:11:53 -0700 Subject: [PATCH] Perform automated tests on Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dee3dfa2..279c9edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" install: - echo "no dependencies to install"