Skip to content

Commit

Permalink
temp: try my branch of tox-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 21, 2023
1 parent a5b4984 commit 6a274ed
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ jobs:
matrix:
os:
- ubuntu
- macos
- windows
#- macos
#- windows
python-version:
# When changing this list, be sure to check the [gh] list in
# tox.ini so that tox will run properly. PYVERSIONS
# Available versions:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#available-versions-of-python-and-pypy
- "3.8"
- "3.9"
- "3.10"
#- "3.8"
#- "3.9"
#- "3.10"
- "3.11"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
#- "pypy-3.8"
#- "pypy-3.9"
#- "pypy-3.10"
fail-fast: false

steps:
Expand All @@ -73,6 +73,7 @@ jobs:
python -VV
python -m site
python -m pip install -r requirements/tox.pip
python -m pip install git+https://github.com/nedbat/tox-gh@nedbat/collapse-prep
# For extreme debugging:
# python -c "import urllib.request as r; exec(r.urlopen('https://bit.ly/pydoctor').read())"
Expand Down

0 comments on commit 6a274ed

Please sign in to comment.