mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
7 lines
No EOL
99 B
INI
7 lines
No EOL
99 B
INI
[tox]
|
|
envlist = py36
|
|
|
|
[testenv]
|
|
deps = -rdev_requirements.txt
|
|
commands = pytest
|
|
skip_install = true |