aiogram/tox.ini
2022-11-06 04:37:46 +02:00

7 lines
No EOL
116 B
INI

[tox]
envlist = py38,py39,py310,py311
[testenv]
deps = -rdev_requirements.txt
commands = pytest
skip_install = true