Omitting check_manifest temporarily from tox

This commit is contained in:
James Barnsley
2020-02-03 15:57:56 +13:00
parent 048c56a1ba
commit be11731db3
2 changed files with 1 additions and 5 deletions

BIN
.coverage Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, black, check-manifest, flake8
envlist = py37, py38, black, flake8
[testenv]
sitepackages = true
@ -14,10 +14,6 @@ commands =
deps = .[lint]
commands = python -m black --check .
[testenv:check-manifest]
deps = .[lint]
commands = python -m check_manifest
[testenv:flake8]
deps = .[lint]
commands = python -m flake8 --show-source --statistics