mirror of
https://github.com/vale981/releases
synced 2025-03-04 17:21:43 -05:00
8 lines
177 B
Python
8 lines
177 B
Python
![]() |
from invocations import docs
|
||
|
from invocations.testing import test
|
||
|
from invocations.packaging import release
|
||
|
|
||
|
from invoke import Collection
|
||
|
|
||
|
ns = Collection(test, release, docs)
|