Skip to content

Commit

Permalink
Merge db9ac16 into 9789d14
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Feb 22, 2020
2 parents 9789d14 + db9ac16 commit c5657b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions app/meticulous/_process.py
Expand Up @@ -97,6 +97,7 @@ def run_invocation(target):
while True:
try:
lookup = {
"automated process": automated_process,
"examine a repository": examine_repo_selection,
"manually add a new repository": manually_add_new_repo,
"remove a repository": remove_repo_selection,
Expand Down Expand Up @@ -566,3 +567,11 @@ def get_editor():
" https://meticulous.readthedocs.io/en/latest/"
)
return editor_path


def automated_process(target): # pylint: disable=unused-argument
"""
Work out the current point in the automated workflow and process the next
step.
"""
print("load step")
2 changes: 1 addition & 1 deletion app/pip/3.6/test/requirements.txt
Expand Up @@ -5,7 +5,7 @@ isort
mock
pylint
pytest
pytest-azurepipelines42
pytest-azurepipelines
pytest-cov
pytest-xdist
safety
Expand Down
2 changes: 1 addition & 1 deletion app/pip/3.7/test/requirements.txt
Expand Up @@ -5,7 +5,7 @@ isort
mock
pylint
pytest
pytest-azurepipelines42
pytest-azurepipelines
pytest-cov
pytest-xdist
safety
Expand Down
2 changes: 1 addition & 1 deletion app/pip/3.8/test/requirements.txt
Expand Up @@ -5,7 +5,7 @@ isort
mock
pylint
pytest
pytest-azurepipelines42
pytest-azurepipelines
pytest-cov
pytest-xdist
safety
Expand Down

0 comments on commit c5657b7

Please sign in to comment.