From e6db5f87fb6baba720b7d083071eab6f8bef4a6c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 19 Jun 2014 21:30:58 -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 4041806f9..e046198dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" node_js: - "0.8"