Mercurial > wikked
view tasks.py @ 435:d8a1a031ad7d 0.7.0
cm: Make invoke tasks work with the new version of invoke.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 30 Mar 2017 20:14:31 -0700 |
parents | 41cdccd71717 |
children |
line wrap: on
line source
from invoke import Collection from monkeys.release import makerelease ns = Collection() ns.add_task(makerelease, name='release')