Skip to content

Commit

Permalink
Add 'twine check' to automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Jul 30, 2023
1 parent 5dc679e commit 30f9a1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,22 @@ isolated_build = True
envlist = py
[testenv]
allowlist_externals=/usr/bin/rm
commands =
black --check .
flake8 .
pytest -v -x -W error test
rm -rf dist
python -m build
twine check dist/*
deps =
build
pytest
pytest-mock
black
flake8
Flake8-pyproject
flake8-alphabetize
passlib
twine
"""

0 comments on commit 30f9a1c

Please sign in to comment.