From a140c01b57896df0d232e4967cc7803581389eb7 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 10 Jun 2014 12:40:12 -0400 Subject: [PATCH] Add python3.4 to travis and tox --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 558e09b..beba9be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" - "pypy" install: diff --git a/tox.ini b/tox.ini index 341e949..15fa2e1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33, pypy +envlist = py26, py27, py33, py34, pypy [testenv] deps =