mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
8 lines
83 B
INI
8 lines
83 B
INI
[tox]
|
|
envlist = py27,py31,py34
|
|
|
|
[testenv]
|
|
deps=nose
|
|
pandas
|
|
commands=nosetests
|