From 92a4cdbd926a95fc3cfe8428700469938bf3a73f Mon Sep 17 00:00:00 2001 From: koobs Date: Mon, 24 Feb 2014 22:13:17 +1100 Subject: Add new lines (pep8) and use full sentences --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecf0f5ea..48343ca0 100644 --- a/setup.py +++ b/setup.py @@ -69,13 +69,14 @@ class CFFIBuild(build): build.finalize_options(self) + class PyTest(TestCommand): def finalize_options(self): TestCommand.finalize_options(self) self.test_args = [] self.test_suite = True def run_tests(self): - #import here, cause outside the eggs aren't loaded + # Import here because in module scope the eggs are not loaded. import pytest errno = pytest.main(self.test_args) sys.exit(errno) -- cgit v1.2.3