1
0
mirror of https://github.com/life4/textdistance.git synced 2021-09-19 22:35:47 +03:00
Files
textdistance-similarity/pyproject.toml
2020-04-13 11:57:45 +02:00

23 lines
472 B
TOML

[tool.dephell.main]
from = "setup.py"
tag = "v."
[tool.dephell.pytest-pure]
from = "setup.py"
envs = ["test"]
command = "python3 -m pytest -m 'not external' tests/"
[tool.dephell.pytest-external]
from = "setup.py"
envs = ["test", "benchmark"]
command = "python3 -m pytest tests/"
[tool.dephell.isort]
from = "setup.py"
envs = ["test"]
command = "python3 -m isort -rc ."
[tool.dephell.flake8]
from = {format = "pip", path = "requirements-flake.txt"}
command = "flake8"