AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.03k stars 11.31k forks source link

Proposed feature -- Travis CI build for tests, style checks, pdf generation #88

Closed gbremer closed 2 years ago

gbremer commented 7 years ago

Here's something to consider for the project -- a CI build to run the tests nightly, run style checks, check your pdf build. The magic ingredient is a .travis.yml file in the root of the repository that scripts up an environment setup and build commands. It may be useful, it may not.

https://travis-ci.org/gbremer/ThinkStats2

The tests are failing because they want to display matplotlib plots -- that can be accounted for or fixed if this is considered useful.

AllenDowney commented 2 years ago

Yes, this is a level of software engineering practice I aspire to!