File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,23 @@ setenv =
1717changedir = {envtmpdir}
1818args_are_paths = false
1919commands =
20- {envpython} -m pip install {toxinidir}
20+ build: {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
2121
22- safety: {envpython} -m safety check
22+ tests, safety: {envpython} -m pip install {toxinidir}
2323
2424 tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} py.test {posargs:{toxinidir}/sphinx_json_schema_spec/}
2525 tests: {envpython} -m doctest {toxinidir}/README.rst
2626
2727 coverage: {envpython} -m coverage report --show-missing
2828 coverage: {envpython} -m coverage html --directory ={envtmpdir}/htmlcov
29+
30+ safety: {envpython} -m safety check
2931deps =
32+ build: build
3033 safety: safety
3134 tests,coverage: pytest
3235 coverage: coverage
3336
34- [testenv:build]
35- deps = build
36- commands = {envpython} -m build {toxinidir} --outdir {envtmpdir}/dist
37-
3837[testenv:bandit]
3938deps = bandit
4039commands = {envpython} -m bandit --recursive sphinx_json_schema_spec
You can’t perform that action at this time.
0 commit comments