You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plakativ/tox.ini

11 lines
181 B
INI

[tox]
envlist = py26, py27, py33, py34, py35, py36, py37
[testenv]
deps = pytest
commands = pytest-3
[testenv:py37-black]
deps = black
commands = black --check --diff plakativ.py