mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Merge pull request #3560 from jdufresne/numpy
Install optional dependencies in tox environment
This commit is contained in:
commit
d442996fc3
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