aboutsummaryrefslogtreecommitdiff
blob: d71b88ce1142632c0189722f7f4b902f94a25a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = py3{10,11,12}
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