Skip to content

Commit

Permalink
Update tests to match the current codebase and stable Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 committed Apr 9, 2021
1 parent f4f69a4 commit 7d3ca8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -10,9 +10,8 @@ jobs:
matrix:
python-version: [ 3.7, 3.8, 3.9, ] # latest release minus two
requirements-file: [
django-1.11.txt,
django-2.2.txt,
django-3.0.txt,
django-3.1.txt,
]
os: [
ubuntu-20.04,
Expand Down Expand Up @@ -57,9 +56,8 @@ jobs:
matrix:
python-version: [ 3.7, 3.8, 3.9, ] # latest release minus two
requirements-file: [
django-1.11.txt,
django-2.2.txt,
django-3.0.txt,
django-3.1.txt,
]
os: [
ubuntu-20.04,
Expand Down Expand Up @@ -105,9 +103,8 @@ jobs:
matrix:
python-version: [ 3.7, 3.8, 3.9, ] # latest release minus two
requirements-file: [
django-1.11.txt,
django-2.2.txt,
django-3.0.txt,
django-3.1.txt,
]
os: [
ubuntu-20.04,
Expand Down
2 changes: 1 addition & 1 deletion test_requirements/requirements_base.txt
@@ -1,4 +1,4 @@
coverage==4.2
coverage==3.7.1
python-coveralls==2.5.0
unittest-xml-reporting==1.11.0
Pillow==3.3
Expand Down

0 comments on commit 7d3ca8a

Please sign in to comment.