PyBites-Open-Source / pybites-tools

A repo to commit common Python utility scripts and snippets
MIT License
18 stars 8 forks source link

Get tox + GitHub Actions working for this project #6

Closed bbelderbos closed 12 months ago

bbelderbos commented 3 years ago

Just added it as part of this PR: https://github.com/PyBites-Open-Source/pybites-alarm/pull/4

Works after trial and error: https://github.com/bbelderbos/pybites-alarm/actions/runs/1270663703

Nice to get this working here too

pybites commented 3 years ago

Tox: https://github.com/PyBites-Open-Source/pybites-alarm/blob/main/pyproject.toml

Could also go for nox: https://github.com/PyBites-Open-Source/biteme/blob/main/noxfile.py

bbelderbos commented 12 months ago

done