From 94331723d18083dea9ee9d198c5aba1905fcf41c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 May 2017 23:19:59 -0400 Subject: [PATCH] try again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1989d372..601d7153 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ init: test: # This runs all of the tests. To run an individual test, run py.test with # the -k flag, like "py.test -k test_path_is_not_double_encoded" - py.test tests + py.test tests -n 8 --boxed test-readme: python setup.py check -r -s