diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-16 09:28:39 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-16 09:31:49 -0500 |
| commit | 468a7fc5fcbdc6ccac1cf1a726f079a558c76ad7 (patch) | |
| tree | 0974cb452d72fc85fa6f1357c6b8ab6139940080 /tox.ini | |
| parent | 0667611a82eac81818f40173acfca22a35fc1d9d (diff) | |
| download | python-coveragepy-git-468a7fc5fcbdc6ccac1cf1a726f079a558c76ad7.tar.gz | |
build: switch from tox-gh-actions to tox-gh, and tox 4
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -104,13 +104,14 @@ commands = mypy --python-version=3.8 {env:TYPEABLE} mypy --python-version=3.12 {env:TYPEABLE} -[gh-actions] +[gh] +# https://pypi.org/project/tox-gh/ # PYVERSIONS python = - 3.7: py37 - 3.8: py38 - 3.9: py39 - 3.10: py310 - 3.11: py311 - 3.12: py312 - pypy-3: pypy3 + 3.7 = py37 + 3.8 = py38 + 3.9 = py39 + 3.10 = py310 + 3.11 = py311 + 3.12 = py312 + pypy-3 = pypy3 |
