Skip to content

Commit

Permalink
testing tox-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jul 24, 2024
1 parent 10039e6 commit d351046
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox-gh>=1.2 django
pip install tox-gh>=1.2
- name: Setup test suite
run: tox -vv --notest
- name: Run test suite
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ usedevelop = True

[gh]
python =
3.12 = py312-{django42,50}
3.11 = py311-{django42,50}
3.10 = py310-{django42,50}
3.9 = py39-{django42}
3.8 = py38-{django42}
3.12 = py312-django{42,50}
3.11 = py311-django{42,50}
3.10 = py310-django{42,50}
3.9 = py39-django42
3.8 = py38-django42

[testenv]
deps =
Expand Down

0 comments on commit d351046

Please sign in to comment.