litecord/tox.ini

11 lines
155 B
INI

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