summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2019-12-11 09:10:16 +0200
committerGitHub <noreply@github.com>2019-12-11 09:10:16 +0200
commit9ea796c62bd735cde0acb942844f419002a40b20 (patch)
tree6fffef49af8aa4cc16ebd7d702a93420302a0178
parent0faf38c44df3c64bcb03be1f4de5e8f4a7128958 (diff)
downloadtablib-rm-manifest.tar.gz
No manifest to checkrm-manifest
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 059f335..8d2689f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,6 @@ commands =
[testenv:lint]
deps =
- check-manifest
flake8
# flake8-black
pre-commit
@@ -25,7 +24,6 @@ deps =
commands =
# flake8 src/tablib tests/
pre-commit run --all-files
- check-manifest -v
python setup.py sdist
twine check dist/*
skip_install = true