mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-10 13:27:10 +00:00

This commit essentially adds back tests to our CI pipeline. They were previously dropped due to Travis pricing policy change. This workflow utilizes a few interesting projects to make this action easier to maintain such as the coveralls github action (https://github.com/marketplace/actions/coveralls-github-action) and the tox-gh-actions project (https://github.com/ymyzk/tox-gh-actions)