Mastodon.py/tox.ini
2023-01-02 23:31:51 -06:00

9 lines
124 B
INI

[tox]
envlist = py36,py37,py38,py39,py310,py311
skipsdist = true
[testenv]
deps = .[test]
commands = python setup.py test