From 334f6935b69aadd7fceed23f9dcb6e4c92f3327c Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 24 Oct 2016 20:49:05 -0400 Subject: [PATCH] Add python 3.1 bytecode testing --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 6e74fc3e..b10baebd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -62,7 +62,7 @@ check-bytecode-2: #: Check deparsing bytecode 3.x only check-bytecode-3: - $(PYTHON) test_pythonlib.py --bytecode-3.2 --bytecode-3.3 \ + $(PYTHON) test_pythonlib.py --bytecode-3.1 --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