aiogram/tox.ini
2017-11-29 14:57:07 +02:00

7 lines
No EOL
99 B
INI

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