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)
|
pytest.main(self.test_args)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
...,
|
#...,
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
cmdclass = {'test': pytest},
|
cmdclass = {'test': pytest},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue