From a4d0e04e1469d8f50fff79318dd808cc33ea41ac Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Thu, 19 May 2016 14:38:49 -0700 Subject: [PATCH] Remove incorrect envlist entry envlist has pypy which is not needed. Change-Id: I340cd34251f080db66ec76dbca8e9c53d13b6225 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 860f0fea..087ca79d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pypy,pep8 +envlist = py34,py27,pep8 skipsdist = True [testenv]