https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 4e6bce92d66ba7a9124ea7ab9fa2e16510a32b25 authored by Antoine R. Dumont (@ardumont) on 23 October 2018, 14:20:24 UTC
swh.model.tests.test_cli: Fix pytest.mark.fr to pytest.mark.fs
Tip revision: 4e6bce9
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