Skip to content

Commit

Permalink
* misc/pep8.py (added):
Browse files Browse the repository at this point in the history
	* Makefile.am:
	  Add pep8 target.
  • Loading branch information
Thomas Vander Stichele committed Nov 10, 2012
1 parent 0d4971b commit f564aec
Show file tree
Hide file tree
Showing 3 changed files with 885 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2012-11-10 Thomas Vander Stichele <thomas at apestaart dot org>

* misc/pep8.py (added):
* Makefile.am:
Add pep8 target.

2012-08-12 Thomas Vander Stichele <thomas at apestaart dot org>

* morituri/extern/task/gstreamer.py:
Expand Down
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ SUBDIRS = bin etc morituri doc m4 misc

EXTRA_DIST = morituri.spec morituri.doap RELEASE README HACKING

SOURCES = $(top_srcdir)/morituri/*.py $(top_srcdir)/morituri/*/*.py

check: pychecker check-python

check-python:
Expand All @@ -18,6 +20,9 @@ _trial_temp/coverage: $(top_srcdir)/morituri/*.py $(top_srcdir)/morituri/*/*.py
coverage: _trial_temp/coverage
python misc/show-coverage.py `ls _trial_temp/coverage/morituri* | grep -v morituri.test | grep -v morituri.extern`

pep8:
python misc/pep8.py $(SOURCES)

clean-local:
@rm -rf _trial_temp

Expand Down
Loading

0 comments on commit f564aec

Please sign in to comment.