Skip to content
Snippets Groups Projects
Commit d0cf0317 authored by Erik Reid's avatar Erik Reid
Browse files

added cyclonedx bom output to tox

parent af42dbd2
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ deps = ...@@ -13,6 +13,7 @@ deps =
pytest-xdist pytest-xdist
pytest-cov pytest-cov
flake8 flake8
cyclonedx-py
-r requirements.txt -r requirements.txt
#install_command = pip install --pre --extra-index-url http://pip.geant.net/ --trusted-host pip.geant.net {opts} {packages} #install_command = pip install --pre --extra-index-url http://pip.geant.net/ --trusted-host pip.geant.net {opts} {packages}
...@@ -20,5 +21,6 @@ commands = ...@@ -20,5 +21,6 @@ commands =
coverage erase coverage erase
pytest -n auto --cov inventory_provider --cov-fail-under=80 --cov-report html --cov-report xml --cov-report term -p no:checkdocs pytest -n auto --cov inventory_provider --cov-fail-under=80 --cov-report html --cov-report xml --cov-report term -p no:checkdocs
flake8 inventory_provider test circuit_tree.py flake8 inventory_provider test circuit_tree.py
cyclonedx-py environment --output-format json -o bom.json
sphinx-build -M html docs/source docs/build sphinx-build -M html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment