Add skip_install in non-testing tox envs and py35

This commit is contained in:
Lee Miller 2023-09-20 00:29:16 +03:00
parent b84e67725c
commit 2d5e140959
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -15,6 +15,7 @@ commands =
coverage run -a -m tests
[testenv:lint-basic]
skip_install = true
basepython = python3
deps =
bandit
@ -38,11 +39,16 @@ commands = python setup.py build_sphinx
skip_install = true
commands = python pybitmessage/bitmessagemain.py -t
[testenv:py35]
skip_install = true
[testenv:reset]
skip_install = true
deps = coverage
commands = coverage erase
[testenv:stats]
skip_install = true
deps = coverage
commands =
coverage report