fix random-seed to failing one

This commit is contained in:
Matthias 2019-12-17 10:51:49 +01:00
parent 1042f9847a
commit e1c0c6af7d

View File

@ -69,7 +69,7 @@ jobs:
COVERALLS_SERVICE_NAME: travis-ci COVERALLS_SERVICE_NAME: travis-ci
TRAVIS: "true" TRAVIS: "true"
run: | run: |
pytest --random-order --cov=freqtrade --cov-config=.coveragerc pytest --random-order --cov=freqtrade --cov-config=.coveragerc --random-order-seed=834267
# Allow failure for coveralls # Allow failure for coveralls
# Fake travis environment to get coveralls working correctly # Fake travis environment to get coveralls working correctly
export TRAVIS_PULL_REQUEST="https://github.com/${GITHUB_REPOSITORY}/pull/$(cat $GITHUB_EVENT_PATH | jq -r .number)" export TRAVIS_PULL_REQUEST="https://github.com/${GITHUB_REPOSITORY}/pull/$(cat $GITHUB_EVENT_PATH | jq -r .number)"