From 3506e3ceec2bc5c7669cf136ae8c19d2b3803853 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Mon, 2 Oct 2017 20:17:14 +0300 Subject: [PATCH] try directly invoking pytest for fixing coveralls issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2a69c9e3..461324f45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - pip install coveralls - pip install -r requirements.txt script: -- python setup.py test +- pytest --cov=freqtrade --cov-config=.coveragerc freqtrade/tests/ after_success: - coveralls notifications: