wolframalpha/tox.ini
2018-01-03 15:34:05 -05:00

19 lines
269 B
INI

[tox]
envlist = python
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