aureliojargas / sedsed

Debugger and code formatter for sed scripts
https://aurelio.net/projects/sedsed/
GNU General Public License v3.0
115 stars 10 forks source link

Create Makefile #76

Closed aureliojargas closed 3 years ago

aureliojargas commented 3 years ago

Today, the procedure to check the code and test it, is stored in the Travis CI configuration file. This makes it hard to repeat those procedures locally.

Having commands such as make check for black, pytest, shellcheck and make test to run the tests would be nice.

Remember to update the Travis CI file with the new make commands.

Remember to also update the documentation.