getpelican / feedgenerator

Standalone version of Django's feedgenerator module
BSD 3-Clause "New" or "Revised" License
52 stars 23 forks source link

Install project & dependencies in CI; also test on Python 3.9 #24

Closed venthur closed 3 years ago

venthur commented 3 years ago

The test pipelines are failing because the requirements are missing. This can be simply fixed by running pip install -e . before running the tests.

This MR also adds Python3.9

justinmayer commented 3 years ago

Many thanks, Bastian. I saw the test failures and was about to fix that, but you beat me to it. Much appreciated! 😁