Skip to content

Commit

Permalink
[ci] Added python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 14, 2021
1 parent ecdbd81 commit 809f851
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
django-version:
- django~=2.2.0
- django~=3.0.0
Expand All @@ -36,7 +38,7 @@ jobs:

- name: Install python dependencies
run: pip install -U "pip==20.2.4" setuptools wheel

- name: Install npm dependencies
run: sudo npm install -g jslint

Expand All @@ -55,7 +57,7 @@ jobs:
run: |
coverage run --source=django_x509 runtests.py
SAMPLE_APP=1 ./runtests.py --parallel --keepdb
- name: Upload Coverage
run: coveralls --service=github
env:
Expand Down

0 comments on commit 809f851

Please sign in to comment.