Mastodon.py/tox.ini
codl b08a15e9d9 move webpush and blurhash deps out of test deps
updated ci, tox, test docs accordingly
updated tests to skip when deps are not present
2023-04-25 14:18:36 +02:00

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