Update travis to run new methods

This commit is contained in:
Matthias
2019-09-16 11:34:44 +02:00
parent 014881e550
commit 0d13e2cb2e
3 changed files with 3 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ def start_list_exchanges(args: Dict[str, Any]) -> None:
f"{', '.join(available_exchanges())}")
def start_create_userdir(args: Dict[str, Any]) -> int:
def start_create_userdir(args: Dict[str, Any]) -> None:
"""
Create "user_data" directory to contain user data strategies, hyperopts, ...)
:param args: Cli args from Arguments()