wolframalpha/tox.ini
2017-09-13 04:24:11 -04:00

10 lines
126 B
INI

[tox]
minversion = 2.4
[testenv]
commands =
py.test {posargs}
python setup.py checkdocs
usedevelop = True
extras = testing