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 #346

Closed yathomasi closed 4 years ago

yathomasi commented 4 years ago

Added check for readme to travis using twine. It closes #337

codecov-io commented 4 years ago

Codecov Report

Merging #346 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #346   +/-   ##
=======================================
  Coverage   75.66%   75.66%           
=======================================
  Files           4        4           
  Lines         678      678           
  Branches      149      149           
=======================================
  Hits          513      513           
  Misses        128      128           
  Partials       37       37

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 792c739...1a52328. Read the comment docs.

yathomasi commented 4 years ago

@jasmainak there was dependency problem with conda install on python 3.5 so I tried to bypass that with if else where simple pip upgrade was just fine.

jasmainak commented 4 years ago

okay I pushed a commit. @pavanramkumar feel free to merge once CIs come green.

I'm also updating the wiki to remove the instruction about the ..raw::html line

jasmainak commented 4 years ago

Merged, thanks @yathomasi !