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