wolframalpha/tox.ini

23 lines
386 B
INI
Raw Normal View History

2017-04-28 23:21:34 +00:00
[tox]
envlist = python
2017-04-28 23:21:34 +00:00
minversion = 2.4
2016-09-22 15:50:07 +00:00
[testenv]
deps =
setuptools>=31.0.1
# workaround for yaml/pyyaml#126
# git+https://github.com/yaml/pyyaml@master#egg=pyyaml
2017-09-13 08:24:11 +00:00
commands =
py.test {posargs}
python setup.py checkdocs
usedevelop = True
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