perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / scour / files / tox.ini
blob4d3273b2503a3f51e71c0da506fc03bfc9319d27
1 [tox]
2 envlist =
3 pypy
4 py27
5 py34
6 py35
7 py36
8 py37
9 py38
10 py39
11 py310
12 flake8
16 [testenv]
17 deps =
18 six
19 coverage
21 commands =
22 scour --version
23 coverage run --parallel-mode --source=scour test_scour.py
26 [testenv:flake8]
27 deps =
28 flake8
30 commands =
31 flake8 --max-line-length=119