From fc031d3611da180705f05abc68c42b6d9619d85e Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Wed, 6 May 2015 19:43:24 -0400 Subject: [PATCH] Add python 3.4 to the tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 54b3276..e41316b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py32,py33 +envlist = py27,py32,py33,py34 [testenv] deps=