litecord/tox.ini

11 lines
153 B
INI

[tox]
envlist = py3
[testenv]
deps = -rrequirements.txt
commands =
pipenv install --dev
pyflakes run.py
pyflakes litecord/
pytest tests