For testing we can't 3.3 bytecodes on 2.7 yet, so use 3.2

This commit is contained in:
rocky
2015-12-26 10:24:02 -05:00
parent 008bd79719
commit 69a8404edb

View File

@@ -39,7 +39,7 @@ check-disasm:
#: Check deparsing bytecode only #: Check deparsing bytecode only
check-bytecode: check-bytecode:
$(PYTHON) test_pythonlib.py --bytecode-2.5 --bytecode-2.7 --bytecode-3.3 $(PYTHON) test_pythonlib.py --bytecode-2.5 --bytecode-2.7 --bytecode-3.2
#: Check deparsing Python 2.5 #: Check deparsing Python 2.5
check-bytecode-2.5: check-bytecode-2.5: