setup.py improvements

This commit is contained in:
2017-05-27 23:27:38 -04:00
parent 7384fe71d6
commit 679d368e3e
+1 -1
View File
@@ -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)