From 911079cc68adfdb217f8d0b748e90eee5a3d58af Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 12 Oct 2019 07:56:29 -0700 Subject: [PATCH] Add PyPy3 to the tox test matrix Allows contributors to automatically test locally. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2dc920371..5fee6dbb9 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ [tox] envlist = lint - py{27,35,36,37} + py{27,35,36,37,py3} minversion = 1.9 [testenv]