doit supports concurrent tasks

This commit is contained in:
boyska 2018-09-21 12:13:27 +02:00
parent c64ce844d1
commit cf3163979a

View file

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