Add verify tests. Add Python 2.6 bytecode and use.

This commit is contained in:
rocky
2015-12-26 19:14:53 -05:00
parent 3ac3ef24ac
commit 6bd61deccc
26 changed files with 14 additions and 15 deletions

View File

@@ -61,6 +61,9 @@ test_options = {
'bytecode-2.5':
['bytecode_2.5', PYC, 'bytecode_2.5', 2.5],
'bytecode-2.6':
['bytecode_2.6', PYC, 'bytecode_2.6', 2.6],
'bytecode-2.7':
['bytecode_2.7', PYC, 'bytecode_2.7', 2.7],