mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 02:43:06 +03:00
Install optional dependencies in tox environment
Improves test coverage by reducing skipped tests when testing through tox.
This commit is contained in:
parent
7bf5246b93
commit
45740b4a28
7
tox.ini
7
tox.ini
|
@ -12,4 +12,9 @@ commands =
|
||||||
{envpython} setup.py build_ext --inplace
|
{envpython} setup.py build_ext --inplace
|
||||||
{envpython} selftest.py
|
{envpython} selftest.py
|
||||||
{envpython} -m pytest -qq {posargs}
|
{envpython} -m pytest -qq {posargs}
|
||||||
deps = pytest
|
deps =
|
||||||
|
cffi
|
||||||
|
numpy
|
||||||
|
olefile
|
||||||
|
pyroma
|
||||||
|
pytest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user