2017-04-28 23:21:34 +00:00
|
|
|
[tox]
|
2018-01-03 20:34:05 +00:00
|
|
|
envlist = python
|
2017-04-28 23:21:34 +00:00
|
|
|
minversion = 2.4
|
|
|
|
|
2016-09-22 15:50:07 +00:00
|
|
|
[testenv]
|
2018-01-17 14:55:12 +00:00
|
|
|
deps =
|
|
|
|
setuptools>=31.0.1
|
2017-09-13 08:24:11 +00:00
|
|
|
commands =
|
|
|
|
py.test {posargs}
|
|
|
|
python setup.py checkdocs
|
2016-09-30 20:14:13 +00:00
|
|
|
usedevelop = True
|
2017-04-21 16:31:54 +00:00
|
|
|
extras = testing
|
2018-01-03 00:32:38 +00:00
|
|
|
|
|
|
|
[testenv:build-docs]
|
|
|
|
extras =
|
|
|
|
docs
|
|
|
|
testing
|
|
|
|
changedir = docs
|
|
|
|
commands =
|
|
|
|
python -m sphinx . {toxinidir}/build/html
|