aboutsummaryrefslogtreecommitdiff
blob: cd763aafb35504c07dea90118d6ae0b074bb923e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = py310, py311, py312, pypy3
skip_missing_interpreters = True
isolated_build = True

[testenv]
# force latest virtualenv/pip
download = true
extras =
	test
commands =
	pytest {posargs}

# build docs
[testenv:docs]
skip_install = true
extras =
	doc
commands =
	make man
	make html