Skip to content

Commit 2d5e140

Browse files
author
Lee Miller
committed
Add skip_install in non-testing tox envs and py35
1 parent b84e677 commit 2d5e140

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ commands =
1515
coverage run -a -m tests
1616

1717
[testenv:lint-basic]
18+
skip_install = true
1819
basepython = python3
1920
deps =
2021
bandit
@@ -38,11 +39,16 @@ commands = python setup.py build_sphinx
3839
skip_install = true
3940
commands = python pybitmessage/bitmessagemain.py -t
4041

42+
[testenv:py35]
43+
skip_install = true
44+
4145
[testenv:reset]
46+
skip_install = true
4247
deps = coverage
4348
commands = coverage erase
4449

4550
[testenv:stats]
51+
skip_install = true
4652
deps = coverage
4753
commands =
4854
coverage report

0 commit comments

Comments
 (0)