diff options
| author | Michael Merickel <michael@merickel.org> | 2023-01-29 22:56:42 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2023-01-29 22:56:42 -0600 |
| commit | 7e46d7893b6faee5964afc7264f2e19ff3024318 (patch) | |
| tree | 2a03b420d2d8a3cf5a4e999448d1f6ffe1b50f46 /tox.ini | |
| parent | 73453bf91f1ea809716b10ff9b46a1b613caeb67 (diff) | |
| download | pyramid-7e46d7893b6faee5964afc7264f2e19ff3024318.tar.gz pyramid-7e46d7893b6faee5964afc7264f2e19ff3024318.tar.bz2 pyramid-7e46d7893b6faee5964afc7264f2e19ff3024318.zip | |
update tox -e build
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -5,6 +5,8 @@ envlist = py38-cover,coverage, docs +isolated_build = true + [testenv] commands = python --version @@ -25,14 +27,18 @@ commands = flake8 src/pyramid tests setup.py isort --check-only --df src/pyramid tests setup.py black --check --diff src/pyramid tests setup.py - python setup.py check -r -s -m check-manifest + # build sdist/wheel + python -m build . + twine check dist/* deps = flake8~=5.0.4 - black~=22.6.0 + black~=22.12.0 isort~=5.10 - readme_renderer + build check-manifest + readme_renderer + twine [testenv:docs] allowlist_externals = make @@ -66,7 +72,7 @@ commands = isort src/pyramid tests setup.py black src/pyramid tests setup.py deps = - black~=22.1.0 + black~=22.12.0 isort~=5.10 [testenv:build] |
