From cb278a95490b53c770fa3fa95fd6a604cd38fc79 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 28 Apr 2014 08:34:52 +0200 Subject: [PATCH] Add Python 3.4 to targets. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bb92511..e9d42df 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26,py27,py33,pypy +envlist=py26,py27,py33,py34,pypy [testenv] commands=py.test []