Skip to content

Commit

Permalink
added tox-gh-actions to setup, added macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Holmboe committed Aug 25, 2023
1 parent d5679fe commit 66be3cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest", "windows-latest"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip wheel setuptools
python3 -m pip install tox tox-gh-actions
python3 -m pip install '.[test]'
- name: Test with tox
run: tox
run: tox run --quiet
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@
],
python_requires=">=3.8",
extras_require={
"test": [
"pytest",
"pytest-mock",
"mock",
"tox",
],
"test": ["pytest", "pytest-mock", "mock", "tox", "tox-gh-actions"],
"dev": [
"ruff>=0.0.285",
"ptpython",
Expand Down

0 comments on commit 66be3cf

Please sign in to comment.