f21c696a5d
Also, upgrade the relevant package dependencies to their latest versions.
15 lines
314 B
INI
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
|