diff --git a/tox.ini b/tox.ini
index d4bafe85e6fe4bdb9511bd50afa148b45fea0dc9..cd308843417158f8d6e5a36e2c003150c5fad646 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ deps =
     pytest-xdist
     pytest-cov
     flake8
+    cyclonedx-py
     -r requirements.txt
 #install_command = pip install --pre --extra-index-url http://pip.geant.net/ --trusted-host pip.geant.net {opts} {packages}
 
@@ -20,5 +21,6 @@ commands =
     coverage erase
     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
+    cyclonedx-py environment --output-format json -o bom.json
     sphinx-build -M html docs/source docs/build