travis should run hyperopt and backtesting using tests/testdata tickers

This commit is contained in:
Janne Sinivirta 2018-06-04 14:14:04 +03:00
parent 639b6bc4f6
commit 3321e4cafd
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ jobs:
- script: pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
- script:
- cp config.json.example config.json
- python freqtrade/main.py backtesting
- python freqtrade/main.py --datadir freqtrade/tests/testdata backtesting
- script:
- cp config.json.example config.json
- python freqtrade/main.py hyperopt -e 5
- python freqtrade/main.py --datadir freqtrade/tests/testdata hyperopt -e 5
- script: flake8 freqtrade
- script: mypy freqtrade
after_success: