litecord/tox.ini

10 lines
164 B
INI

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