wolframalpha/tox.ini
2016-10-14 23:03:42 -04:00

7 lines
91 B
INI

[testenv]
deps =
-rtests/requirements.txt
commands = py.test {posargs}
usedevelop = True