aiogram/tox.ini

7 lines
116 B
INI
Raw Normal View History

2017-11-29 14:57:07 +02:00
[tox]
2022-11-06 04:37:46 +02:00
envlist = py38,py39,py310,py311
2017-11-29 14:57:07 +02:00
[testenv]
deps = -rdev_requirements.txt
commands = pytest
skip_install = true