Skip to content

Commit

Permalink
Merge pull request #64 from 4Catalyzer/chore/migrate_github_actions_t…
Browse files Browse the repository at this point in the history
…ox_github

Chore/migrate GitHub actions tox GitHub fixes
  • Loading branch information
c0state authored Sep 6, 2024
2 parents 3eeb673 + 9663b12 commit 2786fd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade coverage[toml] tox tox-gh-actions
- name: "Run tox targets for ${{ matrix.python-version }}"
run: "python -m tox"
run: tox

# use a modern Python version for code coverage
- uses: "actions/setup-python@v5"
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ envlist =
lint
py{310, 311, 312}-{base,s3}

[gh-actions]
python =
3.10: lint, py310
3.11: lint, py311
3.12: lint, py312

[testenv]
usedevelop = True
deps =
Expand Down

0 comments on commit 2786fd3

Please sign in to comment.