aboutsummaryrefslogtreecommitdiff
blob: ec97ccc5f0192141ddc5fb7c9bad2a4ee83b5e57 (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{9,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