Revision a7ac5c936b0052a02bb8b9ee40378f7c7dd923fa authored by David Douard on 12 November 2018, 13:12:01 UTC, committed by David Douard on 12 November 2018, 13:12:01 UTC
used by the swh-docs to generate images and schemas when building the
whole documentation.
1 parent c4a6c27
Raw File
tox.ini
[tox]
envlist=flake8,py3

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

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