chemotools
chemotools copied to clipboard
[130] Add and initial version of a `Makefile` version and tiny test CI pipeline
This pull request
- adds an initial version of a
Makefilewith basic commands, i.e., installation, build, lint checks, individual and parallelized testing (also mentioned in the newDevelopmentsection 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 ๐
Closes #130