aiogram/tox.ini

7 lines
110 B
INI
Raw Normal View History

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