scour/tox.ini
2023-01-23 07:26:43 +01:00

29 lines
309 B
INI

[tox]
envlist =
pypy
py34
py35
py36
py37
py38
py39
py310
flake8
[testenv]
deps =
coverage
commands =
scour --version
coverage run --parallel-mode --source=scour test_scour.py
[testenv:flake8]
deps =
flake8
commands =
flake8 --max-line-length=119