diff --git a/test/Makefile b/test/Makefile index b020daae..7185c875 100644 --- a/test/Makefile +++ b/test/Makefile @@ -49,11 +49,13 @@ check-bytecode-2: #: Check deparsing bytecode 3.x only check-bytecode-3: - $(PYTHON) test_pythonlib.py --bytecode-3.2 --bytecode-3.3 --bytecode-3.4 --bytecode-3.5 + $(PYTHON) test_pythonlib.py --bytecode-3.2 --bytecode-3.3 \ + --bytecode-3.4 --bytecode-3.5 --bytecode-pypy3.2 #: Check deparsing bytecode that works running Python 2 and Python 3 check-bytecode: check-bytecode-3 - $(PYTHON) test_pythonlib.py --bytecode-2.3 --bytecode-2.4 --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 + $(PYTHON) test_pythonlib.py --bytecode-2.3 --bytecode-2.4 \ + --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 --bytecode-pypy2.7 #: Check deparsing Python 2.3 check-bytecode-2.3: