mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Start using tox (Now without tests)
This commit is contained in:
parent
3903fbd626
commit
ae86ed191b
4 changed files with 36 additions and 30 deletions
7
tox.ini
Normal file
7
tox.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[tox]
|
||||
envlist = py36
|
||||
|
||||
[testenv]
|
||||
deps = -rdev_requirements.txt
|
||||
commands = pytest
|
||||
skip_install = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue