aiogram/tox.ini
Alex Root Junior b170bbc5f6 Fix tests
2020-11-08 17:57:02 +02:00

7 lines
No EOL
99 B
INI

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