diff tasks.py @ 1:0f532eb91364

switch from slow pipenv to fast pdm
author drewp@bigasterisk.com
date Thu, 31 Mar 2022 23:49:08 -0700
parents 3c1bc3bc5a6c
children
line wrap: on
line diff
--- a/tasks.py	Thu Mar 31 22:03:43 2022 -0700
+++ b/tasks.py	Thu Mar 31 23:49:08 2022 -0700
@@ -1,7 +1,3 @@
-from invoke import Collection
-import sys
-sys.path.append('/my/proj/release')
-from serv_tasks import serv_tasks
+from invoke import task
 
-ns = Collection()
-serv_tasks(ns, 'serv.n3', 'environment')
+