Add skip_install in non-testing tox envs and py35
This commit is contained in:
parent
b84e67725c
commit
2d5e140959
6
tox.ini
6
tox.ini
|
@ -15,6 +15,7 @@ commands =
|
||||||
coverage run -a -m tests
|
coverage run -a -m tests
|
||||||
|
|
||||||
[testenv:lint-basic]
|
[testenv:lint-basic]
|
||||||
|
skip_install = true
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
bandit
|
bandit
|
||||||
|
@ -38,11 +39,16 @@ commands = python setup.py build_sphinx
|
||||||
skip_install = true
|
skip_install = true
|
||||||
commands = python pybitmessage/bitmessagemain.py -t
|
commands = python pybitmessage/bitmessagemain.py -t
|
||||||
|
|
||||||
|
[testenv:py35]
|
||||||
|
skip_install = true
|
||||||
|
|
||||||
[testenv:reset]
|
[testenv:reset]
|
||||||
|
skip_install = true
|
||||||
deps = coverage
|
deps = coverage
|
||||||
commands = coverage erase
|
commands = coverage erase
|
||||||
|
|
||||||
[testenv:stats]
|
[testenv:stats]
|
||||||
|
skip_install = true
|
||||||
deps = coverage
|
deps = coverage
|
||||||
commands =
|
commands =
|
||||||
coverage report
|
coverage report
|
||||||
|
|
Reference in New Issue
Block a user