Revision 54957d2f24f0f77da2e853274e9b905023e8b57a authored by Valentin Lorentz on 21 August 2019, 15:44:41 UTC, committed by Valentin Lorentz on 21 August 2019, 15:44:41 UTC
But keep support for deserializing from str, like
swh-storage does.
1 parent 01a5d4c
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