summaryrefslogtreecommitdiff
blob: 987da457f13ed00866bf80ce4e3587e278e5d043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py3
skipsdist = True

[testenv]
deps =
	sphinx
	tyrian-sphinx-theme
whitelist_externals =
	make

commands =
	make {posargs:html}