Skip to content

Commit

Permalink
Merge pull request #5906 from radarhere/pip_install
Browse files Browse the repository at this point in the history
Replaced further direct invocations of setup.py
  • Loading branch information
hugovk committed Dec 24, 2021
2 parents 8568fab + c202fc7 commit bf1583f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -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 =
Expand Down

0 comments on commit bf1583f

Please sign in to comment.