From dc13f0b46950e010579d144cddd097a13185c960 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 2 Sep 2018 11:17:06 -0300 Subject: [PATCH] Reenable pypy now that scandir can be installed without a compiler Ref: benhoyt/scandir#105 Ref: #3111 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 40a171021..11e57f0c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ environment: - TOXENV: "py35" - TOXENV: "py36" - TOXENV: "py37" -# - TOXENV: "pypy" reenable when we are able to provide a scandir wheel or build scandir + - TOXENV: "pypy" - TOXENV: "py27-pexpect" - TOXENV: "py27-xdist" - TOXENV: "py27-trial"