github actions on py26; make coveralls work #7
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.
Add a custom coveralls script to work around the problems with
coveralls and github actions.
Add a
coveralls26
testenv so that we can use coveralls withpy26. This uses coveralls 1.x and coverage 4.x.
When running the github action, only use the tox environment corresponding
to the current system version of python installed by the github
action. For example, if github action has installed the python v3.6,
we should only test py36-tox30, we should not test py27, py37, etc.
other python environments.
Get rid of references to Travis
Fix bug with iniconfig used with tox 3.20 and later.