summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-27 22:01:35 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-27 22:01:35 -0400
commit3e5498e8e76f00f2a324a0c68afe09ac70aa668e (patch)
tree3a35f2981ab0816384b0220c93a30a5949669c3e
parentc83e0748ca2132a9b59c859f93684255b0f9aa59 (diff)
downloadpython-requests-jenkins.tar.gz
no --boxedjenkins
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 590c44cd..8c07cdef 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,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"
- pipenv run py.test tests -n 8 --boxed
+ pipenv run py.test tests
test-readme:
pipenv run python setup.py check -r -s