From ea62c49c3a77e1d5237463d579ae1ecb51005354 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Sun, 1 Oct 2017 17:19:14 +0300 Subject: [PATCH] fix passing parameters to pytest --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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