glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 83 forks source link

Add check for readme to travis #342

Closed yathomasi closed 4 years ago

yathomasi commented 4 years ago

added check for readme to travis but it failed with error. issue #337

jasmainak commented 4 years ago

let us know when it works. It's probably that you don't have the right version of twine. So, you might want to print the version of twine on travis and upgrade it if necessary

yathomasi commented 4 years ago

I tried running locally ➜ twine check dist/* Checking dist/pyglmnet-1.2.dev0-py3-none-any.whl: FAILED long_description has syntax errors in markup and would not be rendered on PyPI. line 11: Warning: "raw" directive disabled. Checking dist/pyglmnet-1.2.dev0.tar.gz: FAILED long_description has syntax errors in markup and would not be rendered on PyPI. line 11: Warning: "raw" directive disabled.

jasmainak commented 4 years ago

right, I would expect to see the same error on Travis but currently it's not the case.

jasmainak commented 4 years ago

closing this as you deleted the fork