Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-model
414 commits behind the upstream repository.
tox.ini 305 B
[tox]
envlist=flake8,py3,mypy

[testenv:py3]
deps =
  .[testing]
  pytest-cov
commands =
  pytest --cov=swh --cov-branch {posargs}

[testenv:flake8]
skip_install = true
deps =
  flake8
commands =
  {envpython} -m flake8

[testenv:mypy]
skip_install = true
deps =
  .[testing]
  mypy
commands =
  mypy swh