From d3947fc89317de0746f07284177b9db893cedc5f Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Sun, 17 Dec 2017 15:19:35 +0200 Subject: [PATCH] create config.json for backtesting --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 192cbcf8e..65e48c0db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,9 @@ install: jobs: include: - script: pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ - - script: python freqtrade/main.py backtesting + - script: + - cp config.json.example config.json + - python freqtrade/main.py backtesting - script: - cp config.json.example config.json - python freqtrade/main.py hyperopt -e 5