Merge pull request #5906 from radarhere/pip_install

Replaced further direct invocations of setup.py
This commit is contained in:
Hugo van Kemenade 2021-12-24 13:14:53 +02:00 committed by GitHub
commit bf1583fe03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@ minversion = 1.9
[testenv] [testenv]
commands = commands =
{envpython} setup.py clean make clean
{envpython} setup.py build_ext --inplace {envpython} -m pip install --global-option="build_ext" --global-option="--inplace" .
{envpython} selftest.py {envpython} selftest.py
{envpython} -m pytest -W always {posargs} {envpython} -m pytest -W always {posargs}
deps = deps =