diff options
| author | Martin Basti <martin.basti@gmail.com> | 2016-06-26 21:09:04 +0200 |
|---|---|---|
| committer | Martin Basti <martin.basti@gmail.com> | 2016-06-27 01:35:43 +0200 |
| commit | d7e0aefa19e33fdc896596ab0867ac5c86faf772 (patch) | |
| tree | 55404877bb2cc71b257a5309a78752e28ff82f00 /Makefile | |
| parent | 257f2ae5d3c4e4dc93ccd472c4717c6b705c6e6d (diff) | |
| download | dnspython-d7e0aefa19e33fdc896596ab0867ac5c86faf772.tar.gz | |
Add pylint checker
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,3 +59,6 @@ check: test test: cd tests; make PYTHON=${PYTHON} test + +lint: + pylint dns |
