dominiontabs/tox.ini
Peter da99939249
Simplify language tool (#270)
* simplify language tool by using standard json output
* stop supporting python < 3
2019-10-20 22:46:46 -07:00

8 lines
85 B
INI

[tox]
envlist = py37
[testenv]
deps = pytest
pytest-flake8
commands = pytest