Commit e94345a7 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

setup, tests: Stop running 'setup.py' directly.

This was used for building sdist and wheel. Now use pypa/build instead.
parent f0e4b3c3
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -31,11 +31,10 @@ commands =
[testenv:readme]
basepython = python3
deps =
    setuptools >= 38.6.0
    wheel
    build
    twine
commands =
    python setup.py -q sdist bdist_wheel
    python -m build
    twine check dist/*

[testenv:linters]
@@ -52,11 +51,10 @@ commands =
basepython = python3
skip_install = true
deps =
    setuptools >= 38.6.0
    wheel
    build
    twine
commands =
    python setup.py -q sdist bdist_wheel
    python -m build
    twine check dist/*

[testenv:release]