From c202fc7f9304c425315e0241bd27bf7efdbbf08a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 24 Dec 2021 11:12:51 +1100 Subject: [PATCH] Replaced further direct invocations of setup.py --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 96d84f93391..bdedc2bd5dd 100644 --- a/tox.ini +++ b/tox.ini @@ -11,8 +11,8 @@ minversion = 1.9 [testenv] commands = - {envpython} setup.py clean - {envpython} setup.py build_ext --inplace + make clean + {envpython} -m pip install --global-option="build_ext" --global-option="--inplace" . {envpython} selftest.py {envpython} -m pytest -W always {posargs} deps =