From 37699d983d13bb2d9ccc42ef13705f508ef6f27c Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 3 Aug 2015 15:06:45 -0700 Subject: [PATCH] Add py3 testing --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4e3d138..c400dab 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,lint,docs +envlist = py27,py34,lint,docs [testenv] setenv =