alexgand / springer_free_books

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine
GNU General Public License v3.0
1.64k stars 366 forks source link

Added GitHub action #92

Closed chaosAD closed 4 years ago

chaosAD commented 4 years ago

On push or pull-request, the Github action will be triggered to install Python packages and test run the script in Python 2.7, 3.5, 3.6, 3.7, and 3.8 under Linux, MacOS, and Windows. This way, all developers can see if his/her new changes work under those Python versions and OSes almost instantly.