timothyb0912 / pylogit

A python package for estimating conditional logit models.
https://pypi.org/project/pylogit/
BSD 3-Clause "New" or "Revised" License
187 stars 103 forks source link

Make static analysis routine #55

Open timothyb0912 opened 4 years ago

timothyb0912 commented 4 years ago

Request

Make use of static analysis tasks such as monitoring code complexity, test coverage, etc. happen on every pull request. See tools like radon for measuring code complexity.