Install optional dependencies in tox environment

Improves test coverage by reducing skipped tests when testing through
tox.
This commit is contained in:
Jon Dufresne 2019-01-07 21:12:07 -08:00
parent 7bf5246b93
commit 45740b4a28

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