Skip to content

Commit

Permalink
Adjusting tests for Github actions implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswoodgates committed Apr 16, 2023
1 parent 75ddc53 commit 0903781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, 3.10]
django-version: [3.2, 4.2]
python-version: [3.8, 3.9, "3.10" ]
django-version: [3.2, 4.2 ]

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ show_missing = True
[tox]
envlist =
checkqa,
py{37,38,39,310}-dj{32,41}
dj

[testenv]
passenv = CI,CIRCLECI,CIRCLE_*
deps =
coverage
dj22: Django>=3.2,<4.0
dj41: Django>=4.0,<5.0
dj: Django>=3.2,<5.0
master: https://github.com/django/django/tarball/master

usedevelop = True
Expand Down

0 comments on commit 0903781

Please sign in to comment.