1Testing on Build Machines
2-------------------------
3
4There are currently several places that statsmodels is automatically built and
5tested against different dependency and Python versions and architectures.
6Check these logs periodically, make sure everything looks okay, and fix any
7failures:
8
9* `Azure Pipelines <https://dev.azure.com/statsmodels/statsmodels-testing/_build?definitionId=1&_a=summary>`_
10
11
12The test coverage pages are here:
13
14* `Coveralls <https://coveralls.io/github/statsmodels/statsmodels>`_
15* `codecov <https://codecov.io/gh/statsmodels/statsmodels>`_
16
17We use `Codacy <https://app.codacy.com/project/josef-pkt/statsmodels/dashboard>`_
18to monitor code quality.
19