Skip to content

Commit

Permalink
Run build and twine check in testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed May 31, 2022
1 parent e264e02 commit a1695dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ deps =
# readme_renderer
flake8
pytest
build
twine
commands =
check-manifest --ignore 'tox.ini,tests/**'
# This repository uses a Markdown long_description, so the -r flag to
# `setup.py check` is not needed. If your project contains a README.rst,
# use `python setup.py check -m -r -s` instead.
python setup.py check -m -s
python -m build
python -m twine check dist/*
flake8 .
py.test tests {posargs}

Expand Down

0 comments on commit a1695dd

Please sign in to comment.