Closed dlenski closed 3 years ago
Removes .travis.yml and replaces it with .github/workflows/test.yml.
.travis.yml
.github/workflows/test.yml
Also adds a Build Status badge, the image of which won't be available until actually merged, since running that workflow in this repo will create it.
Results of the workflow actions included here (passing :smile:) can be seen at https://github.com/dlenski/python-fitparse/actions?query=workflow%3Atest
Amazing, thank you!
Removes
.travis.yml
and replaces it with.github/workflows/test.yml
.Also adds a Build Status badge, the image of which won't be available until actually merged, since running that workflow in this repo will create it.