From 0c8c149b86c2097c0e1889ab86a86c2b6c8889ce Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Wed, 11 Oct 2017 13:09:57 +0300 Subject: [PATCH] Fix the command for running backtesting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9eb017ff..5779d983a 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ $ pytest This will by default skip the slow running backtest set. To run backtest set: ``` -$ BACKTEST=true pytest +$ BACKTEST=true pytest -s freqtrade/tests/test_backtesting.py ``` #### Docker