Explorar el Código

doit supports concurrent tasks

boyska hace 5 años
padre
commit
cf3163979a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dodo.py

+ 1 - 1
dodo.py

@@ -8,7 +8,7 @@ from dodo_utils import wait_net_service, wait_pgsql_db, \
         run_task_func, scan_dir
 
 COMPOSE = 'docker-compose -p feedati'
-DOIT_CONFIG = {'default_tasks': ['up']}
+DOIT_CONFIG = {'default_tasks': ['up'], 'backend': 'sqlite3'}
 
 
 def task_build():