plakativ/tox.ini

11 lines
181 B
INI
Raw Normal View History

2019-06-30 23:39:09 +00:00
[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