software-engineering-handbook icon indicating copy to clipboard operation
software-engineering-handbook copied to clipboard

Consider adding CI tests

Open DannyBen opened this issue 7 years ago • 0 comments

It would probably be beneficial if the repo runs automated build tests on each PR and each push.

Things that can be tested:

There are two implementation routes as I see them:

  1. Implement all the code needed for testing in this repo directly. This is easier, but probably less desirable, if we want to keep the repo's "documentation only" nature.
  2. Implement all the code needed as part of the software-engineering-handbook-tools repo - but then, it must first be converted to an installable pip package, so it is accessible to Travis.

DannyBen avatar Jul 04 '18 14:07 DannyBen