From 9dca65662e675f1183a1c5a5a87674c1d18d39ac Mon Sep 17 00:00:00 2001 From: Wendell Smith Date: Mon, 22 Jun 2015 16:55:05 -0400 Subject: [PATCH] Use python 3.4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7cf3514..a50b8c2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 [testenv] deps=pytest