https://github.com/SoftwareHeritage/swh-model
Revision df83e2c6ccb9a63edf308e66b34a43fb027903b0 authored by Antoine R. Dumont (@ardumont) on 23 October 2018, 14:24:20 UTC, committed by Antoine R. Dumont (@ardumont) on 23 October 2018, 14:24:20 UTC
1 parent ba4bc69
Raw File
Tip revision: df83e2c6ccb9a63edf308e66b34a43fb027903b0 authored by Antoine R. Dumont (@ardumont) on 23 October 2018, 14:24:20 UTC
Updated debian stretch backport directory for version 0.0.28
Tip revision: df83e2c
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