We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84e677 commit 2d5e140Copy full SHA for 2d5e140
tox.ini
@@ -15,6 +15,7 @@ commands =
15
coverage run -a -m tests
16
17
[testenv:lint-basic]
18
+skip_install = true
19
basepython = python3
20
deps =
21
bandit
@@ -38,11 +39,16 @@ commands = python setup.py build_sphinx
38
39
skip_install = true
40
commands = python pybitmessage/bitmessagemain.py -t
41
42
+[testenv:py35]
43
44
+
45
[testenv:reset]
46
47
deps = coverage
48
commands = coverage erase
49
50
[testenv:stats]
51
52
53
commands =
54
coverage report
0 commit comments