File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,23 @@ setenv =
17
17
changedir = {envtmpdir}
18
18
args_are_paths = false
19
19
commands =
20
- {envpython} -m pip install {toxinidir}
20
+ build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
21
21
22
- safety: {envpython} -m safety check
22
+ tests, safety: {envpython} -m pip install {toxinidir}
23
23
24
24
tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} py.test {posargs:{toxinidir}/sphinx_json_schema_spec/}
25
25
tests: {envpython} -m doctest {toxinidir}/README.rst
26
26
27
27
coverage: {envpython} -m coverage report --show-missing
28
28
coverage: {envpython} -m coverage html --directory ={envtmpdir}/htmlcov
29
+
30
+ safety: {envpython} -m safety check
29
31
deps =
32
+ build: build
30
33
safety: safety
31
34
tests,coverage: pytest
32
35
coverage: coverage
33
36
34
- [testenv:build]
35
- deps = build
36
- commands = {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
37
-
38
37
[testenv:bandit]
39
38
deps = bandit
40
39
commands = {envpython} -m bandit --recursive sphinx_json_schema_spec
You can’t perform that action at this time.
0 commit comments