summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index bbcf538..4ccade6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,5 +31,9 @@ whitelist_externals = make
commands = make example-test
[testenv:lint]
+deps =
+ pylint
+ check_manifest
+
whitelist_externals = make
commands = make lint