mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +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]
|
||||
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 =
|
||||
|
|
Loading…
Reference in New Issue
Block a user