From c0f2f96d2f787a988b95dec895b48c0d50e36f4a Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Thu, 15 Mar 2018 23:54:21 +0900 Subject: [PATCH] Fix local test fails with pypy tox: ERROR: pypy: InterpreterNotFound: pypy Maybe we need to remove pypy-constraints from envlist in tox.ini because there is no effect to review. Change-Id: I1ff1cb103dcaad1396bc2bda487165feae6b0931 Closes-Bug: #1756108 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6dbff636a..37ece4472 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ # noted to use py35 you need virtualenv >= 1.11.4 [tox] -envlist = py35,py27,pypy,pep8,docs +envlist = py35,py27,pep8,docs minversion = 2.0 skipsdist = True