From 9cf8a6833dd01aacc7bffcc94047415948321f85 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 5 Nov 2014 09:00:39 +0000 Subject: [PATCH] Add Python 3.4 to the Travis tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 869fb35..7a2c631 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" install: - "pip install coverage"