add smoke tests to run a round of hyperopt and backtesting
This commit is contained in:
parent
155ed4e501
commit
5f1b9943d1
10
.travis.yml
10
.travis.yml
@ -17,8 +17,14 @@ install:
|
||||
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
||||
- pip install flake8 coveralls
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
|
||||
- stage: hyperopt
|
||||
- python freqtrade/main.py hyperopt -e 5
|
||||
- stage: backtesting
|
||||
- python freqtrade/main.py backtesting
|
||||
after_success:
|
||||
- flake8 freqtrade && coveralls
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user