mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
7 lines
No EOL
99 B
INI
7 lines
No EOL
99 B
INI
[tox]
|
|
envlist = py37
|
|
|
|
[testenv]
|
|
deps = -rdev_requirements.txt
|
|
commands = pytest
|
|
skip_install = true |