Skip to content

Commit

Permalink
Don't force basepython
Browse files Browse the repository at this point in the history
  • Loading branch information
davedittrich committed Dec 19, 2023
1 parent 1a75fdb commit dde7012
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,20 @@ commands = coverage erase
; -r{toxinidir}/requirements.txt

[testenv:pypi]
basepython = python3.9
deps = -r{toxinidir}/requirements-dev.txt
whitelist_externals = make
commands = make twine-check

[testenv:pep8]
basepython = python3.9
deps = -r{toxinidir}/requirements-dev.txt
commands = flake8 psec tests docs/conf.py setup.py

[testenv:bandit]
basepython = python3.9
; Run security linter
deps = -r{toxinidir}/requirements-dev.txt
commands = bandit -c bandit.yaml -r psec -x tests -n5

[testenv:docs]
basepython = python3.9
deps = -r{toxinidir}/requirements-dev.txt
whitelist_externals = make
commands =
Expand Down

0 comments on commit dde7012

Please sign in to comment.