Skip to content

Commit 93bee42

Browse files
update tox
1 parent 4071012 commit 93bee42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/packaging-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
run: >
5959
uvx --with tox-uv tox run
6060
--installpkg dist/*.whl
61-
-f py${PYTHON//./}-tests
61+
-f py${PYTHON//./}
6262
6363
- name: Run tests against sdist
6464
run: >
6565
uvx --with tox-uv tox run
6666
--installpkg dist/*.tar.gz
67-
-f py${PYTHON//./}-tests
67+
-f py${PYTHON//./}

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = qc, docs, py37, pypy3, deps
2+
envlist = qc, docs, py{310,311,312,313,314}, pypy3, deps
33

44
[testenv]
55
passenv = WHEELHOUSE PIP_FIND_LINKS PIP_WHEEL_DIR PIP_INDEX_URL
@@ -12,7 +12,7 @@ deps = -r{toxinidir}/ci/requirements-docs.txt
1212
commands = sphinx-build -W -b html docs build/sphinx/html
1313

1414
[testenv:qc]
15-
basepython = python3.7
15+
basepython = python3.10
1616
# needed for pytest-cov
1717
usedevelop = true
1818
commands = pytest -v --flakes --pep8 --mccabe --cov=cfgrib --cov=cf2cdm --doctest-glob="*.rst" --cov-report=html --cache-clear --basetemp={envtmpdir} {posargs}

0 commit comments

Comments
 (0)