Skip to content

Commit

Permalink
added simple tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris vanderFlier committed Oct 24, 2024
1 parent cf5ae5c commit 08a02cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
python -m pip install --upgrade pip
pip install tox
# - name: Run Tox
# run: tox
- name: Run Tox
run: tox

# - name: Install the project
# run: uv sync --all-extras --dev
Expand Down
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tox]
envlist = py38, py39, py310, py311, py312

[testenv]
deps =
pytest
ruff
commands =
pytest -xvs tests
ruff check src/

0 comments on commit 08a02cf

Please sign in to comment.