From 6cf63f8d81a9ecef07af64c03a598bd15950ff8b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 27 Nov 2019 09:39:56 +0100 Subject: [PATCH] Stop testing with pypy2 Broken already :) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39c4b61..548d96c 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ test: fi; \ done; \ done; \ - for pp in pypy pypy3; do \ + for pp in pypy3; do \ if type $$pp >/dev/null; then \ echo Testing with $$pp; \ $$pp ./setup.py build_ext -i; \ -- 2.39.5