Skip to content
Snippets Groups Projects
Commit 35f8f440 authored by Robert Latta's avatar Robert Latta
Browse files

added tox file

parent c3d3331f
No related branches found
No related tags found
No related merge requests found
tox.ini 0 → 100644
[tox]
envlist = py310
[flake8]
max-line-length = 120
[testenv]
deps =
coverage
flake8
mypy
black
-r requirements.txt
commands =
coverage erase
coverage run --source neurons_client -m pytest neurons_client/ test/
coverage xml
coverage html
coverage report --fail-under 80
black --check .
flake8 neurons_client/ test/
mypy neurons_client
sphinx-build -b 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