Skip to content

Commit 2909e55

Browse files
authored
Move tox django dependency to proper place (#1048)
1 parent 6aeb1b2 commit 2909e55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Python dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
python -m pip install --upgrade tox tox-gh-actions django
40+
python -m pip install --upgrade tox tox-gh-actions
4141
4242
- name: Tox tests
4343
run: |

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ deps =
7070
sphinx-rtd-theme
7171
livedocs: sphinx-autobuild
7272
jwcrypto
73+
django
7374

7475
[testenv:flake8]
7576
basepython = python3.8

0 commit comments

Comments
 (0)