summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-04-06 23:51:41 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-04-06 23:55:37 +0200
commit94a9b2cf9ddd7be181c984793a5404e2b95a779e (patch)
treebe5f2e174392bfe4f2bf7069aa5c01d1ae37971d /Makefile
parentb401c3d2eac2aa9b73815034b44af75f65e6d7bc (diff)
downloadfactory-boy-94a9b2cf9ddd7be181c984793a5404e2b95a779e.tar
factory-boy-94a9b2cf9ddd7be181c984793a5404e2b95a779e.tar.gz
Cleanup manifest.
Also, use check_manifest to check for MANIFEST.in / git mismatches.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de0243f..8f48c6b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ example-test:
$(MAKE) -C $(EXAMPLES_DIR) test
lint:
+ check-manifest
pylint --rcfile=.pylintrc --report=no $(PACKAGE)/
coverage: