Use GitHub actions for automated testing#119
Merged
pR0Ps merged 1 commit intodtcooper:masterfrom Dec 20, 2020
dlenski:gh_actions_tests
Merged
Use GitHub actions for automated testing#119pR0Ps merged 1 commit intodtcooper:masterfrom dlenski:gh_actions_tests
pR0Ps merged 1 commit intodtcooper:masterfrom
dlenski:gh_actions_tests
Conversation
….yml) also add a Build Status badge to the README
dlenski
commented
Dec 20, 2020
| # pip-compile --output-file requirements-test.txt etc/requirements-test.in | ||
| # | ||
|
|
||
| click==7.0 # via pip-tools |
Collaborator
Author
There was a problem hiding this comment.
click, pip-tools, and six were not actually being used in any of the tests, so I removed them here.
dlenski
commented
Dec 20, 2020
| runs-on: ubuntu-latest | ||
| strategy: | ||
| matrix: | ||
| python-version: ['2.7', '3.3', '3.4', '3.5', '3.6', '3.x', 'pypy2', 'pypy3'] |
Collaborator
Author
There was a problem hiding this comment.
Intended to match the versions supported in the old Travis config.
Collaborator
Author
|
Results of the workflow actions included here (passing 😄) can be seen at https://github.com/dlenski/python-fitparse/actions?query=workflow%3Atest |
Collaborator
|
Amazing, thank you! |
dlenski
added a commit
to dlenski/FIT-to-TCX
that referenced
this pull request
Dec 20, 2020
Based on my corresponding pull for python-fitparse: dtcooper/python-fitparse#119
dlenski
added a commit
to dlenski/FIT-to-TCX
that referenced
this pull request
Dec 20, 2020
Based on my corresponding pull for python-fitparse: dtcooper/python-fitparse#119
dlenski
added a commit
to dlenski/FIT-to-TCX
that referenced
this pull request
Dec 20, 2020
Based on my corresponding pull for python-fitparse: dtcooper/python-fitparse#119
dlenski
added a commit
to dlenski/FIT-to-TCX
that referenced
this pull request
Dec 20, 2020
lxml no longer support Python [3.0, 3.6] Based on my corresponding pull for python-fitparse: dtcooper/python-fitparse#119
dlenski
added a commit
to dlenski/FIT-to-TCX
that referenced
this pull request
Dec 20, 2020
lxml no longer support Python [3.0, 3.6] Based on my corresponding pull for python-fitparse: dtcooper/python-fitparse#119
dlenski
added a commit
to dlenski/FIT-to-TCX
that referenced
this pull request
Dec 20, 2020
lxml no longer support Python [3.0, 3.6] Based on my corresponding pull for python-fitparse: dtcooper/python-fitparse#119
Tigge
pushed a commit
to Tigge/FIT-to-TCX
that referenced
this pull request
Jan 14, 2021
lxml no longer support Python [3.0, 3.6] Based on my corresponding pull for python-fitparse: dtcooper/python-fitparse#119
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes
.travis.ymland 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.