Fix paths in setup and travis

This commit is contained in:
Matthias
2019-09-08 10:17:44 +02:00
parent 9513115ce0
commit 9d2c6c8de2
4 changed files with 11 additions and 7 deletions

View File

@@ -2,9 +2,14 @@
#ignore =
max-line-length = 100
max-complexity = 12
exclude =
.git,
__pycache__,
.eggs,
user_data,
[mypy]
ignore_missing_imports = True
[mypy-freqtrade.tests.*]
[mypy-tests.*]
ignore_errors = True