view lib/export_to_influxdb/tasks.py @ 1499:219afa183251

add scales watching time spent in exportToInflux Ignore-this: 6359e703fdc9704081e6731924d2b61c darcs-hash:f765a29f9597c94fb1c3bcada1e989040860690f
author drewp <drewp@bigasterisk.com>
date Sun, 02 Feb 2020 14:40:55 -0800
parents 77f759551fe5
children
line wrap: on
line source

from invoke import task

import sys
sys.path.append('/my/proj/release')
from release import local_release

@task
def release(ctx):
    local_release(ctx)