Skip to content

Commit

Permalink
Merge 6ddeb90 into 99e24f9
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnold authored Sep 8, 2023
2 parents 99e24f9 + 6ddeb90 commit af19356
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PLATFORM =

[base]
deps =
pip>=21.1
pip>=21.3
setuptools_scm

[testenv]
Expand Down Expand Up @@ -83,10 +83,6 @@ deps =
{[base]deps}
pylint

commands_pre =
# need to generate version info in a fresh checkout
python setup.py egg_info

commands =
pylint --rcfile={toxinidir}/.pylintrc --fail-under=8.00 pystache/

Expand All @@ -104,7 +100,7 @@ commands =
passenv = CI,PYTHON,PYTHONIOENCODING

deps =
pip>=22.1
{[base]deps}
build
twine

Expand All @@ -119,7 +115,7 @@ skip_install = true
allowlist_externals = bash

deps =
pip>=22.1
pip>=21.3

commands =
pip install pystache --force-reinstall --pre --prefer-binary -f dist/
Expand All @@ -135,10 +131,6 @@ deps =
{[base]deps}
.[doc]

commands_pre =
# need to generate version info in a fresh checkout
bash -c '[[ -f pystache/_version.py ]] || python setup.py egg_info'

commands = make -C docs html

[testenv:docs-lint]
Expand All @@ -149,9 +141,6 @@ allowlist_externals =
deps =
{[testenv:docs]deps}

commands_pre =
{[testenv:docs]commands_pre}

commands = make -C docs linkcheck

[testenv:changes]
Expand Down Expand Up @@ -182,10 +171,6 @@ deps =
{[base]deps}
bandit

commands_pre =
# need to generate version info in a fresh checkout
python setup.py egg_info

commands =
bandit -r pystache/ -x pystache/tests

Expand Down

0 comments on commit af19356

Please sign in to comment.