mortada / fredapi

Python API for FRED (Federal Reserve Economic Data) and ALFRED (Archival FRED)
Apache License 2.0
902 stars 159 forks source link

Introduce Github actions workflow #38

Closed willianpaixao closed 3 years ago

willianpaixao commented 3 years ago

TravisCi is being shutdown in the coming weeks. This PR introduces a similar pipeline to build and test the library using Github's native CICD, aka Github Actions.

This workflow can be refined, to reflect all the versions its supported and maybe an automated deployment to PyPI in the future.