1
0
Fork 0
forked from josch/img2pdf
img2pdf/tox.ini

19 lines
427 B
INI
Raw Normal View History

# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
2017-05-22 16:29:53 +00:00
[tox]
envlist = py37, py38, py39, py310
skip_missing_interpreters = true
2017-05-22 16:29:53 +00:00
[testenv]
deps =
pdfrw
pytest
pikepdf
numpy
scipy
2017-05-22 16:29:53 +00:00
commands =
python -m pytest -vv