snappass/tox.ini
Yuru Shao 1e1b189d77
Remove py3.7 (#234)
* Remove py3.7

* Restore cache action
2023-06-09 12:54:41 -07:00

15 lines
308 B
INI

[tox]
envlist = 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