Skip to content

Commit

Permalink
Replaced further direct invocations of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 24, 2021
1 parent 8568fab commit c202fc7
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 c202fc7

Please sign in to comment.