mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 09:01:39 -05:00
9 lines
139 B
INI
9 lines
139 B
INI
[tox]
|
|
envlist = py26,py27,py34,py35,py36
|
|
skipsdist = true
|
|
|
|
|
|
[testenv]
|
|
commands = python test_docstring_wrap.py
|
|
deps =
|
|
py26: unittest2
|