aboutsummaryrefslogtreecommitdiff
blob: 06b8ef1293782bab47036869b840d65c7309a20e (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}
skip_missing_interpreters = True
isolated_build = True

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

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