From 0817e68785371b65cd7c87e9987d69a79fd64bc0 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 11 Mar 2015 14:06:46 -0400 Subject: [PATCH] Let's test on Python 3.4 as well --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f4a2a35..dd2998c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 install: - pip install --use-mirrors pytest ./ before_script: