aiogram/tox.ini

7 lines
99 B
INI
Raw Normal View History

2017-11-29 14:57:07 +02:00
[tox]
2020-11-08 17:57:02 +02:00
envlist = py38
2017-11-29 14:57:07 +02:00
[testenv]
deps = -rdev_requirements.txt
commands = pytest
skip_install = true