summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 78cc7f9f96878be72b02e754bf214527a452c8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = python
minversion = 2.4

[testenv]
deps =
	setuptools>=31.0.1
	pytest-sugar-bugfix159
commands =
	pytest {posargs}
	python setup.py checkdocs
usedevelop = True
extras = testing

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