install tox

This commit is contained in:
Peter Bieringer
2026-02-13 22:04:10 +01:00
parent 34181b03d9
commit 4a1effa426

View File

@@ -40,12 +40,10 @@ jobs:
ln -sf $(which npx) /__e/node20_alpine/bin/npx ln -sf $(which npx) /__e/node20_alpine/bin/npx
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
- name: Install Python pip - name: Install Python dependencies
run: | run: |
apk add py3-pip apk add py3-pip py3-tox
- name: Install Test dependencies - name: Test 32-bit
run: pip install tox
- name: Test with newest Python on latest Ubuntu (32-bit)
run: tox -c pyproject.toml -e py run: tox -c pyproject.toml -e py
test-ubuntu-python-oldest: test-ubuntu-python-oldest: