зеркало из https://github.com/mozilla/subhub.git
removed task draw and doit-graph; added awscli and docker-compose
This commit is contained in:
Родитель
f146527045
Коммит
93b1c60b0b
|
@ -7,4 +7,4 @@ tox==3.13.2
|
|||
black==19.3b0
|
||||
ruamel.yaml==0.15.97
|
||||
locustio==0.11.0
|
||||
pyparsing==2.4.0
|
||||
pyparsing==2.4.0
|
||||
|
|
8
dodo.py
8
dodo.py
|
@ -780,11 +780,3 @@ def task_tidy():
|
|||
'find . | grep -E "(__pycache__|\.pyc$)" | xargs rm -rf',
|
||||
],
|
||||
}
|
||||
|
||||
def task_draw():
|
||||
"""generate image from a dot file"""
|
||||
return {
|
||||
'file_dep': ['tasks.dot'],
|
||||
'targets': ['tasks.png'],
|
||||
'actions': ['dot -Tpng %(dependencies)s -o %(targets)s'],
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче