ticketfrei3/tox.ini

17 lines
210 B
INI
Raw Normal View History

[tox]
2020-07-05 17:26:16 +00:00
envlist = py38, py37, py36, 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