init
This commit is contained in:
17
python/mrds_common/tox.ini
Normal file
17
python/mrds_common/tox.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
# tox.ini
|
||||
|
||||
[tox]
|
||||
envlist = py310, format
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
pytest
|
||||
commands =
|
||||
pytest
|
||||
|
||||
[testenv:format]
|
||||
basepython = python3
|
||||
deps =
|
||||
black
|
||||
commands =
|
||||
black --check --diff .
|
||||
Reference in New Issue
Block a user