aiogram/tox.ini
2018-07-13 23:58:43 +03:00

7 lines
No EOL
99 B
INI

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