You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Move scanners in its own directory. Dir base-tests -> base_tests so we
can import from that.
This commit is contained in:
6
Makefile
6
Makefile
@@ -11,7 +11,7 @@ RM ?= rm
|
||||
LINT = flake8
|
||||
|
||||
#EXTRA_DIST=ipython/ipy_trepan.py trepan
|
||||
PHONY=check clean dist distclean test test-unit test-functional rmChangeLog clean_pyc nosetests
|
||||
PHONY=check clean dist distclean lint flake8 test test-unit test-functional rmChangeLog clean_pyc nosetests
|
||||
|
||||
#: Default target - same as "check"
|
||||
all: check
|
||||
@@ -46,7 +46,9 @@ sdist:
|
||||
|
||||
|
||||
#: Style check. Set env var LINT to pyflakes, flake, or flake8
|
||||
lint:
|
||||
lint: flake8
|
||||
|
||||
flake8:
|
||||
$(LINT) uncompyle6
|
||||
|
||||
#: Create binary egg distribution
|
||||
|
Reference in New Issue
Block a user