From 9ce5eed28fbac17603ccb3670b0a2f6db2e90e3a Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sat, 13 Dec 2014 18:06:14 -0500 Subject: [PATCH] Test w/ PyPy3. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f9f808..47bf0cb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py26,py27,py32,py33,py34,pypy,cover + py26,py27,pypy,py32,py33,py34,pypy3,cover [testenv] commands =