Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
yaghoubi committed Nov 26, 2024
1 parent ae8a9f1 commit 096d968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -U pip
pip install tox
pip install tox tox-gh-actions
pip install django==${{ matrix.django-version }}
- name: Run Tests
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[tox]
envlist = py{37,38,39,31}-django{32,40,41,50}

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
deps =
django32: django==3.2
Expand Down

0 comments on commit 096d968

Please sign in to comment.