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

[testenv]
deps =
	sphinx
	# until we reclaim the pypi project
	git+https://anongit.gentoo.org/git/proj/tyrian-sphinx-theme.git
allowlist_externals =
	make

commands =
	make {posargs:clean all}