bw2 / ConfigArgParse

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

Setup tests in github actions #234

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

Fixes #233

tristanlatr commented 3 years ago

It works! https://github.com/tristanlatr/ConfigArgParse/actions/runs/969716636

tristanlatr commented 3 years ago

Not all tests passes in the github CI yet.

There is still an issues:

bw2 commented 3 years ago

Very cool. Thank you for adding this!