chemotools icon indicating copy to clipboard operation
chemotools copied to clipboard

[130] Add and initial version of a `Makefile` version and tiny test CI pipeline

Open MothNik opened this issue 1 year ago โ€ข 0 comments

This pull request

  • adds an initial version of a Makefile with basic commands, i.e., installation, build, lint checks, individual and parallelized testing (also mentioned in the new Development section of the โœ๏ธ README)
  • adds a tiny test CI pipeline that runs on every pull request and push on main ... so it should do now as well ๐Ÿ˜… It relies on a matrix strategy to test the package on all supported Python version ๐Ÿ

image

Closes #130

MothNik avatar Aug 11 '24 11:08 MothNik