Merge pull request #3560 from jdufresne/numpy

Install optional dependencies in tox environment
This commit is contained in:
Hugo 2019-01-12 23:50:38 +02:00 committed by GitHub
commit d442996fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,9 @@ commands =
{envpython} setup.py build_ext --inplace
{envpython} selftest.py
{envpython} -m pytest -qq {posargs}
deps = pytest
deps =
cffi
numpy
olefile
pyroma
pytest