You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
296 B

[tox]
envlist = python
minversion = 2.4
[testenv]
deps =
setuptools>=31.0.1
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