Allow Python 3.5 to decomplyle other versions. No Python 3.5

bytecode support just yet though.
This commit is contained in:
rocky
2015-12-30 23:46:29 -05:00
parent d3a32b6877
commit b82a8b90d5
8 changed files with 20 additions and 16 deletions

View File

@@ -26,6 +26,9 @@ check-2.6 check-2.7: check-bytecode check-2.7-ok
check-3.3: check-bytecode
$(PYTHON) test_pythonlib.py --bytecode-3.3 --verify $(COMPILE)
#: Run working tests from Python 3.5
check-3.5: check-bytecode
#: Run working tests from Python 3.4
check-3.4: check-bytecode check-2.7-ok