We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aeb1b2 commit 2909e55Copy full SHA for 2909e55
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install Python dependencies
38
run: |
39
python -m pip install --upgrade pip
40
- python -m pip install --upgrade tox tox-gh-actions django
+ python -m pip install --upgrade tox tox-gh-actions
41
42
- name: Tox tests
43
tox.ini
@@ -70,6 +70,7 @@ deps =
70
sphinx-rtd-theme
71
livedocs: sphinx-autobuild
72
jwcrypto
73
+ django
74
75
[testenv:flake8]
76
basepython = python3.8
0 commit comments