summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 16bf78a7d4ab6510a1a69dd041b801740c6dd704 (plain)
1
2
3
4
5
6
7
8
9
[tox]
minversion = 2.4

[testenv]
commands =
	py.test {posargs}
	python setup.py checkdocs
usedevelop = True
extras = testing