https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: f326cefe5aea42f5b25d77d5bc3ae9e66c723759 authored by Antoine R. Dumont (@ardumont) on 25 October 2018, 15:47:40 UTC
d/rules: Update build with pytest flags
Tip revision: f326cef
tox.ini
[tox]
envlist=flake8,py3

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

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