Skip to content

Commit

Permalink
tox: Remove redundant environments
Browse files Browse the repository at this point in the history
These were not being used.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Aug 1, 2023
1 parent dd8320a commit e735378
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ passenv =
commands =
python {toxinidir}/manage.py test --noinput --parallel -v 2 --timing -- {posargs:patchwork}

[testenv:bashate]
deps = bashate
whitelist_externals = bash
commands =
bash -c "find {toxinidir} \
-not \( -type d -name .?\* -prune \) \
-not \( -type d -name db -prune \) \
-name \*.sh -print | xargs bashate -i E006"

[testenv:pep8]
deps =
pre-commit
Expand All @@ -66,12 +57,6 @@ deps =
commands =
sphinx-build -E -W -b dirhtml -d docs/_build/doctrees docs docs/_build/html {posargs}

[testenv:lint]
deps =
pylint
-r{toxinidir}/requirements-prod.txt
commands = pylint patchwork --rcfile=pylint.rc

[testenv:venv]
commands = {posargs}

Expand Down

0 comments on commit e735378

Please sign in to comment.