Files
pdfplumber/setup.cfg
T

13 lines
192 B
INI
Raw Normal View History

2020-07-29 19:12:42 -04:00
[flake8]
ignore = W503,E
2015-08-23 23:12:56 -04:00
[tox]
envlist = py35,py36,py37,py38
2017-02-25 13:23:51 -05:00
toxworkdir={env:TOX_WORK_DIR:.tox}
2015-08-23 23:12:56 -04:00
[testenv]
2017-02-25 13:23:51 -05:00
deps=
2020-07-25 09:13:30 -04:00
-r requirements.txt
-r requirements-dev.txt
commands=python -m pytest