Merge pull request #193 from gcarq/feature/ci-enforce-pep8

CI: enforce PEP8 conform code
This commit is contained in:
Janne Sinivirta
2017-12-17 07:42:23 +02:00
committed by GitHub
12 changed files with 45 additions and 21 deletions

View File

@@ -10,6 +10,7 @@ import os
import pytest
def test_backtest(default_conf, mocker):
mocker.patch.dict('freqtrade.main._CONF', default_conf)
exchange._API = Bittrex({'key': '', 'secret': ''})