From 39d989676a908167cfb28c0885e179c9500de2b9 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 25 Jun 2019 14:16:09 -0400 Subject: [PATCH] Attempt to define pypy27 and pypy27-coverage tox environments --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ced0d629..6164edd5e 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ twisted = 1 [tox] -envlist = py27 +envlist = {py27,pypy27}{-coverage,} minversion = 2.4 [testenv]