mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-12 01:00:48 +00:00
add smoke test commands under script block
This commit is contained in:
@@ -20,11 +20,14 @@ install:
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
|
||||
script:
|
||||
- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/
|
||||
- stage: hyperopt
|
||||
- python freqtrade/main.py hyperopt -e 5
|
||||
script:
|
||||
- python freqtrade/main.py hyperopt -e 5
|
||||
- stage: backtesting
|
||||
- python freqtrade/main.py backtesting
|
||||
script:
|
||||
- python freqtrade/main.py backtesting
|
||||
after_success:
|
||||
- flake8 freqtrade && coveralls
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user