Skip to content

Commit

Permalink
Add django to deps for sphinx and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jan 22, 2021
1 parent b2c0ae4 commit 585f47f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ commands=doc8 docs
allowlist_externals=make
changedir=docs
commands=make html
deps=sphinx
deps=
django==2.2.*
sphinx

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

[testenv:pylint]
commands=pylint {toxinidir}/diskcache
deps=pylint
deps=
django==2.2.*
pylint

[testenv:rstcheck]
commands=rstcheck {toxinidir}/README.rst
Expand Down

0 comments on commit 585f47f

Please sign in to comment.