Fix the command for running backtesting in README.md

This commit is contained in:
Janne Sinivirta 2017-10-11 13:09:57 +03:00 committed by GitHub
parent c31b67bf7a
commit 0c8c149b86
1 changed files with 1 additions and 1 deletions

View File

@ -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