From 116b6eb468c88a96f9a1ead31e362867f3fbb812 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 25 Jul 2016 14:41:27 -0400 Subject: [PATCH] Enable more PyPy testing --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1f1324a..027e14a1 100644 --- a/Makefile +++ b/Makefile @@ -40,9 +40,13 @@ check-3.2 check-3.5: check-2.6: $(MAKE) -C test $@ -#:PyPy of some sort. E.g. [PyPy 5.0.1 with GCC 4.8.4] +#:PyPy 2.6.1 or PyPy 5.0.1 # Skip for now -2.4 2.6 5.0: +2.6 5.0: + +#:PyPy pypy3-2.4.0 Python 3: +pypy-3.2 2.4: + $(MAKE) -C test $@ #: Run py.test tests pytest: