9 lines
141 B
INI
9 lines
141 B
INI
[tox]
|
|
envlist = py36,py37,py38,py39,py310,py311
|
|
skipsdist = true
|
|
|
|
|
|
[testenv]
|
|
deps = .[test,webpush,blurhash]
|
|
commands = python setup.py test
|