mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-05 09:31:43 -05:00
9 lines
No EOL
138 B
INI
9 lines
No EOL
138 B
INI
[tox]
|
|
envlist = py26,py27,py33,py34,py35
|
|
skipsdist = true
|
|
|
|
|
|
[testenv]
|
|
commands = python test_docstring_wrap.py
|
|
deps =
|
|
py26: unittest2 |