Skip to content

Commit 585f47f

Browse files
committed
Add django to deps for sphinx and pylint
1 parent b2c0ae4 commit 585f47f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ commands=doc8 docs
2828
allowlist_externals=make
2929
changedir=docs
3030
commands=make html
31-
deps=sphinx
31+
deps=
32+
django==2.2.*
33+
sphinx
3234

3335
[testenv:flake8]
3436
commands=flake8 {toxinidir}/setup.py {toxinidir}/diskcache {toxinidir}/tests
@@ -48,7 +50,9 @@ deps=mypy
4850

4951
[testenv:pylint]
5052
commands=pylint {toxinidir}/diskcache
51-
deps=pylint
53+
deps=
54+
django==2.2.*
55+
pylint
5256

5357
[testenv:rstcheck]
5458
commands=rstcheck {toxinidir}/README.rst

0 commit comments

Comments
 (0)