Skip to content

Commit 2dcb11d

Browse files
add script to retrieve supported Python versions, optionally from package source metadata
create string YAML block add test use platforms debugging print output use arguments `fill`, `fill_platforms`, `fill_factors` add more test cases
1 parent 05a75e2 commit 2dcb11d

File tree

5 files changed

+139
-3
lines changed

5 files changed

+139
-3
lines changed

.github/workflows/test_tox.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ jobs:
7979
posargs: 'PyPy'
8080
pytest: false
8181

82+
test_supported_pythons:
83+
uses: ./.github/workflows/tox.yml
84+
with:
85+
envs: |
86+
- linux: pep8
87+
- linux: py3
88+
fill: true
89+
fill_platforms: linux,macos
90+
pytest: false
91+
8292
test_libraries:
8393
uses: ./.github/workflows/tox.yml
8494
with:

0 commit comments

Comments
 (0)