blob: 5d74b649e11a235b4c50e639df39204bd9b37f50 [file] [log] [blame]
"""
Invoke tasks to help with pytest development and release process.
"""
import invoke
from . import vendoring
ns = invoke.Collection(
vendoring
)