mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Replaced further direct invocations of setup.py
This commit is contained in:
parent
8568fab63e
commit
c202fc7f93
4
tox.ini
4
tox.ini
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user