From 58973a8c447b12918ced644c09ad091493703694 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Wed, 13 Dec 2023 09:32:14 -0700 Subject: [PATCH] pre-commit fixes --- .github/workflows/ci.yml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c355b1e..c135dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: strategy: matrix: python: - - "3.8" + - "3.8" - "3.11" # newest Python that is stable platform: - ubuntu-latest @@ -86,7 +86,7 @@ jobs: env: SYNAPSE_AUTH_TOKEN: ${{ secrets.SYNAPSE_AUTH_TOKEN }} run: >- - tox --installpkg '${{ needs.prepare.outputs.wheel-path }}' + tox --installpkg '${{ needs.prepare.outputs.wheel-path }}' -- -rFEx --durations 10 --color yes - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 diff --git a/tox.ini b/tox.ini index 3bcffd2..b3f620c 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ minversion = 4.2 isolated_build = True [gh] -python = +python = 3.8: py38 3.12: py312