Skip to content

Commit 75d824c

Browse files
committed
chore: Post Django32 Cleanup
1 parent dcb051c commit 75d824c

File tree

15 files changed

+769
-286
lines changed

15 files changed

+769
-286
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-20.04]
1717
python-version: ['3.8']
18-
toxenv: [django22, django30, django31, django32, quality, docs]
18+
toxenv: [quality, docs, django32, django40]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
run: tox
3737

3838
- name: Run Coverage
39-
if: matrix.python-version == '3.8' && matrix.toxenv=='django22'
39+
if: matrix.python-version == '3.8' && matrix.toxenv=='django32'
4040
uses: codecov/codecov-action@v1
4141
with:
4242
flags: unittests

0 commit comments

Comments
 (0)