bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
722 stars 121 forks source link

Setup tests as part of github actions workflows #233

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

This should be quite easy and it will avoid stuff like #231.

I can send a PR for that.

tristanlatr commented 3 years ago

Sorry I actually did not seen the Travis ci file. I systematically thought that if such an error (#231) were introduced, it must have been that no CI were configured ^^ .

The pr #234 also fixes #231, so if you don’t want to switch to github ci, then this pr must be edited to remove the github workflow file.