Skip to content

Commit

Permalink
unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Jun 19, 2024
1 parent 95cf725 commit 66e513c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ envlist =
isort
py{38,39,310,311}-dj{41,42}
py{310,311}-djmain
docs

[gh-actions]
python =
Expand All @@ -21,7 +20,6 @@ deps =
dj42: Django>=4.2,<5.0
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
djangorestframework
setenv =
PYTHONWARNINGS=all
commands =
Expand Down Expand Up @@ -50,7 +48,3 @@ basepython = python3
skip_install = true
deps = isort>=5.0.2
commands = isort --check-only --diff .

[testenv:docs]
deps = sphinx
commands = sphinx-build -n -W docs docs/_build

0 comments on commit 66e513c

Please sign in to comment.