From dfe14f89c03822c06a94b880e21c4ac5f3d9d093 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Fri, 19 Jun 2015 19:11:55 -0700 Subject: Add python 3.4 to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dde7b69..9eecf2a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, pypy, py33 +envlist = py26, py27, pypy, py33, py34 [testenv] commands = -- cgit v1.2.1