From add295762cd53bee88298bb8a5269a9a09db1178 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 8 Aug 2019 15:02:13 +0000 Subject: [PATCH] Remove pypy from default env list We don't gate on this, so we shouldn't have it in the default list of test environments. Change-Id: I5ec3792609323696c03be4f08619a203aaa04213 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d86f318..d5c7fac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,py37,pypy,pep8 +envlist = py27,py37,pep8 skipsdist = True [testenv]