dev-cafe/parselglossy

--doctest-module flag is not recognized

bast opened this issue · 2 comments

bast commented

Fails PRs on Travis and my laptop:
https://github.com/dev-cafe/parselglossy/blob/master/.travis.yml#L19

I think it's supposed to be --doctest-modules.

Surprised that it's only now popping up. As I commented in #81, that flag can be completely removed as doctest-style testing is not used in the project.

Fixed in #82