You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Python 2.6 compatability via ericfrederich's patch. DRY version-checking code
This commit is contained in:
6
Makefile
6
Makefile
@@ -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:
|
||||
|
Reference in New Issue
Block a user