From 4439ee4b3e80653d0a4382673cb5f16b9053a65e Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 1 Jul 2014 16:22:38 -0700 Subject: [PATCH] Run tests on Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8c6680d..c2eaf23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" script: python test/all_tests.py -- 2.30.2