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