From 5a2e5af3a428006aac1b2b3353a123aa5ddaab72 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 May 2017 01:51:06 -0400 Subject: [PATCH] try junit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93b57501..5eadf3b5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test: # This runs all of the tests, on both Python 2 and Python 3. detox ci: - python setup.py test + py.test -n 8 --boxed --junitxml=report.xml test-readme: python setup.py check -r -s