Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add test for long_description #109

Open
andamian opened this issue May 30, 2019 · 0 comments
Open

add test for long_description #109

andamian opened this issue May 30, 2019 · 0 comments

Comments

@andamian
Copy link
Contributor

publishing to pypi will fail if the long_description of the package is not formatted correctly. Packages in the repo use README.rst for long description. The fix for the problem is to add a test in Travis to fail on invalid package documentation.

New test should do something like:
python setup.py sdist; twine check dist/* and fail for errors. twine would need to be added to the dev_requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant