First working version
This commit is contained in:
12
otpauth_migration_decoder/tox.ini
Normal file
12
otpauth_migration_decoder/tox.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[tox]
|
||||
envlist = py39
|
||||
|
||||
[testenv]
|
||||
setenv =
|
||||
COVERAGE_FILE = {envlogdir}/.coverage
|
||||
PYTHONPATH = src
|
||||
commands =
|
||||
coverage run --source=src --module pytest --verbose tests
|
||||
coverage report --show-missing
|
||||
isort .
|
||||
mypy src --pretty
|
||||
Reference in New Issue
Block a user