aboutsummaryrefslogtreecommitdiff
blob: b34c6dc1dd72f3a8e69fb2fd5ce6604b221da52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py{39,310,311,312,313}-test,pypy3-test,flake8
skipsdist = True

[testenv]
sitepackages = True
deps =
    test: pytest
allowlist_externals =
    pytest
commands =
    pylint: pylint pym
    test: pytest -vv -ra -l -o console_output_style=count {posargs}

[flake8]
# We initially start small, but we probably want to expand that list with time.
select = F4,F6,F7,F8,F9