Files
pdfplumber/setup.cfg
T
2020-07-29 19:11:23 -04:00

10 lines
166 B
INI

[tox]
envlist = py35,py36,py37,py38
toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps=
-r requirements.txt
-r requirements-dev.txt
commands=python -m pytest