Skip to content
Snippets Groups Projects
Commit e059a01c authored by Pelle Koster's avatar Pelle Koster
Browse files

FIX: tox

parent 2eccf287
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,13 @@ passenv = TEST_OPSDB_HOSTNAME,TEST_OPSDB_DBNAME,TEST_OPSDB_USERNAME,TEST_OPSDB_P
deps =
pytest-xdist
pytest-cov
flake8 inventory_provider test circuit_tree.py
flake8
-r requirements.txt
#install_command = pip install --pre --extra-index-url http://pip.geant.net/ --trusted-host pip.geant.net {opts} {packages}
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
flake8 inventory_provider test circuit_tree.py
sphinx-build -M html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment