Omitting check_manifest temporarily from tox
This commit is contained in:
6
tox.ini
6
tox.ini
@ -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
|
||||
|
||||
Reference in New Issue
Block a user