This commit is contained in:
parent
6deea64979
commit
4987618fba
9 changed files with 201 additions and 158 deletions
9
Makefile
9
Makefile
|
@ -4,16 +4,19 @@ prepare::
|
|||
bash .pylint.sh
|
||||
|
||||
check::
|
||||
PYTHONPATH=${PWD} pyanalyze \
|
||||
PYTHONPATH=$${PWD} pyanalyze \
|
||||
tox_wrapper/tox.py tox_wrapper/tests/tests_wrapper.py \
|
||||
> .pyanal.out 2>&1
|
||||
|
||||
install::
|
||||
$(PYTHON) setup.py install
|
||||
|
||||
test;:
|
||||
help::
|
||||
$(PYTHON) tox_wrapper/tests/tests_wrapper.py --help
|
||||
|
||||
test::
|
||||
$(PYTHON) tox_wrapper/tests/tests_wrapper.py
|
||||
|
||||
clean::
|
||||
rm -f *~ */*~ */*/*~
|
||||
rm -f .[a-z]* *~ */*~ */*/*~
|
||||
rm -rf *.egg-info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue