diff --git a/setup.py b/setup.py index 814cf607..173d84f8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ class PyTest(TestCommand): TestCommand.finalize_options(self) self.test_suite = True self.test_args = [ - '--doctest-modules', + '--doctest-modules', '--verbose', './httpie', './tests' ] self.test_suite = True