summaryrefslogtreecommitdiff
path: root/tox.ini
blob: c3b6d2e66e17a8edb8c6dbf9ce7c96d23902505e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
minversion = 2.4

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

[testenv:build-docs]
extras =
    docs
    testing
changedir = docs
commands =
    python -m sphinx . {toxinidir}/build/html