Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypantone committed Feb 22, 2024
1 parent b5f0e46 commit 178a660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
fail-fast: false
matrix:
include:
- python: "3.10"
- python: "3.11"
toxenv: flake8
os: ubuntu-latest
- python: "3.10"
- python: "3.11"
toxenv: mypy
os: ubuntu-latest
- python: "3.10"
- python: "3.11"
toxenv: pylint
os: ubuntu-latest
- python: "3.10"
- python: "3.11"
toxenv: black
os: ubuntu-latest

Expand All @@ -41,10 +41,10 @@ jobs:
toxenv: pypy39
os: ubuntu-latest

- python: "3.10"
- python: "3.11"
toxenv: py310
os: macos-latest
- python: "3.10"
- python: "3.11"
toxenv: py310
os: windows-latest

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ envlist =
pypy39

[default]
basepython=python3.11
basepython="python3.11"

[testenv]
description = run test
Expand Down

0 comments on commit 178a660

Please sign in to comment.