ticketfrei3/tox.ini

17 lines
198 B
INI
Raw Normal View History

[tox]
envlist = py38, black, pytest
[testenv]
deps = .
2020-07-02 12:30:25 +00:00
[testenv:black]
deps = black
commands =
2020-07-02 12:30:25 +00:00
black -S --check --diff kibicara tests
[testenv:pytest]
deps = pytest
commands =
pytest