From e3ac25c5ea23ee3ad1259f2aa839ca8836430cc1 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Thu, 11 Sep 2014 16:35:57 -0700 Subject: [PATCH] Test against Python 3.4 --- .travis.yml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9d6068f..a96fcc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" install: diff --git a/tox.ini b/tox.ini index 409fd62..700fd40 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py27, py32, py33, + py34, pypy, flake8