Mercurial > wikked
view tasks.py @ 467:e2c2222c0441
tests: Add `flake8` configuration file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 06 Oct 2018 19:52: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')