From 77e2ca1a85f62e65ab9092e3f9199814fc36a5ad Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 12 Mar 2018 12:15:25 -0400 Subject: [PATCH] test Signed-off-by: Kenneth Reitz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 317a7c76..46ad9db4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ init: pipenv install --dev --skip-lock test: # This runs all of the tests, on both Python 2 and Python 3. - detox + python setup.py test ci: pipenv run py.test -n 8 --boxed --junitxml=report.xml