Files
pdfplumber/tox.ini
T

10 lines
133 B
INI
Raw Normal View History

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=
nose
pandas
2018-11-12 08:43:27 -05:00
commands=nosetests tests