From 98943a56df210efc37265bc9c9ee2776f1065a31 Mon Sep 17 00:00:00 2001 From: Vincent Catalano Date: Mon, 2 Feb 2015 10:31:31 -0700 Subject: [PATCH] Adding Travis CI support for Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d5aecf9..c834e2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 install: - pip install -r requirements.txt