snappass/tox.ini
Jon Parise f21c696a5d
Report coverage information to the terminal (#165)
Also, upgrade the relevant package dependencies to their latest
versions.
2022-05-17 11:54:51 -07:00

15 lines
314 B
INI

[tox]
envlist = py37, py38, py39, py310, flake8
[testenv]
setenv =
MOCK_REDIS = 1
commands =
pip install -r requirements.txt
pip install -r dev-requirements.txt
pytest --cov=snappass --cov-report=term-missing tests.py
[testenv:flake8]
commands =
pip install -r dev-requirements.txt
flake8