tox: Update check-manifest to 0.31.
- Drop Python 3.2 support. - Ignore commented-out lines in MANIFEST.in.
This commit is contained in:
parent
dc07f7ca9b
commit
67fd94b189
2
tox.ini
2
tox.ini
@ -193,7 +193,7 @@ basepython = python3
|
|||||||
skip_install = true
|
skip_install = true
|
||||||
passenv =
|
passenv =
|
||||||
deps =
|
deps =
|
||||||
check-manifest==0.30
|
check-manifest==0.31
|
||||||
commands =
|
commands =
|
||||||
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
|
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user