mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
9 lines
143 B
INI
9 lines
143 B
INI
[tox]
|
|
envlist = py27,py31,py34
|
|
|
|
[testenv]
|
|
deps=nose
|
|
pandas
|
|
git+https://github.com/goulu/pdfminer#egg=pdfminer.six
|
|
commands=nosetests
|