Skip to content

Commit

Permalink
setup.py improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed May 28, 2017
1 parent 7384fe7 commit 679d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PyTest(TestCommand):

def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args = []
self.pytest_args = ['-n', '8', '--boxed']

def finalize_options(self):
TestCommand.finalize_options(self)
Expand Down

0 comments on commit 679d368

Please sign in to comment.