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

FIX: tox

parent 2eccf287
Branches
Tags
No related merge requests found
...@@ -12,13 +12,13 @@ passenv = TEST_OPSDB_HOSTNAME,TEST_OPSDB_DBNAME,TEST_OPSDB_USERNAME,TEST_OPSDB_P ...@@ -12,13 +12,13 @@ passenv = TEST_OPSDB_HOSTNAME,TEST_OPSDB_DBNAME,TEST_OPSDB_USERNAME,TEST_OPSDB_P
deps = deps =
pytest-xdist pytest-xdist
pytest-cov pytest-cov
flake8 inventory_provider test circuit_tree.py flake8
-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}
commands = 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 flake8 inventory_provider test circuit_tree.py
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