diff --git a/setup.cfg b/setup.cfg index 669531eec..c5d8a376a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,5 @@ [aliases] -test=pytest --pyargs freqtrade - +test=pytest +[tool:pytest] +addopts = --pyargs freqtrade