https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 6362b2101417745627f7cf6474285998be63fdd0 authored by David Douard on 25 October 2018, 14:03:16 UTC
New upstream version 0.0.33
Tip revision: 6362b21
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