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

initial tox.ini

parent bbcfeaaf
Branches
Tags
No related merge requests found
tox.ini 0 → 100644
[tox]
envlist = py36
[testenv]
deps =
coverage
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
coverage run --source inventory_provider -m py.test
coverage xml
coverage html
coverage report
flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment