summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-27 20:42:55 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-27 20:42:55 -0400
commitb7287c54251824e180d05a1bf36addf0df1dbc38 (patch)
tree0c1c3071a64335db78a3a6ffa0fbd0df103e8f1e
parent03944f4cd62fb906cb20eebda86b150358923564 (diff)
downloadpython-requests-b7287c54251824e180d05a1bf36addf0df1dbc38.tar.gz
concurrency!
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bfa7e152..8c7733a6 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ class PyTest(TestCommand):
def initialize_options(self):
TestCommand.initialize_options(self)
- self.pytest_args = []
+ self.pytest_args = ['-n', '8']
def finalize_options(self):
TestCommand.finalize_options(self)