add acomment so highlighting won\'t fail

This commit is contained in:
Ronny Pfannschmidt 2012-03-15 15:22:13 +01:00
parent 2b0887fa5f
commit 812ba87f37
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ to support running a pytest from test requirements::
pytest.main(self.test_args)
setup(
...,
#...,
tests_require=['pytest'],
cmdclass = {'test': pytest},
)