summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 0e1e6ff..43bd93f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,7 +37,10 @@ deps =
flake8-import-order
flake8-bugbear
pep8-naming
-commands = flake8
+ check-manifest
+commands =
+ flake8
+ check-manifest --ignore ".github*,*.md,.coveragerc"
skip_install = true
# Build documentation.
@@ -53,9 +56,7 @@ skip_install = true
[testenv:release]
deps =
twine
- check-manifest
commands =
- check-manifest
{envpython} setup.py sdist bdist_wheel
twine upload dist/*
skip_install = true