add acomment so highlighting won\'t fail
This commit is contained in:
parent
2b0887fa5f
commit
812ba87f37
|
@ -115,7 +115,7 @@ to support running a pytest from test requirements::
|
|||
pytest.main(self.test_args)
|
||||
|
||||
setup(
|
||||
...,
|
||||
#...,
|
||||
tests_require=['pytest'],
|
||||
cmdclass = {'test': pytest},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue