summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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