Python 2.6 compatability via ericfrederich's patch. DRY version-checking code

This commit is contained in:
rocky
2015-12-17 20:48:54 -05:00
parent a309a77ea7
commit 2fc2d6c699
14 changed files with 72 additions and 56 deletions

View File

@@ -23,10 +23,14 @@ test check: pytest check-long
check-long: pytest
$(MAKE) -C test check-2.7
#: Run tests
#: Run quick tests
check-short: pytest
$(MAKE) -C test check-short-2.7
#: Run quick tests
check-3.4: pytest
$(MAKE) -C test check-3.4
#: check that disassembly exactly matches Python lib's dis
check-disasm: