Fix failures in test_main

This commit is contained in:
Matthias
2019-12-17 11:35:39 +01:00
parent 2e2f084f66
commit 8513a5e2d6
2 changed files with 5 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ jobs:
- name: Tests
run: |
pytest --random-order --cov=freqtrade --cov-config=.coveragerc
pytest --random-order --cov=freqtrade --cov-config=.coveragerc --random-order-seed=781055
- name: Backtesting
run: |