From a1207657e5d8ccefa33c01d7ddd9f62fd0909f8b Mon Sep 17 00:00:00 2001 From: aprilahijriyan Date: Tue, 29 Jun 2021 00:57:14 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Configuration:=20=20remove=20pyp?= =?UTF-8?q?y=20in=20tox.ini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b3a4401..f488e54 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py37, pypy3 +envlist = py37 isolated_build = True [testenv]