python-docstring-mode/tox.ini
2019-07-16 02:35:23 -07:00

9 lines
139 B
INI

[tox]
envlist = py26,py27,py34,py35,py36
skipsdist = true
[testenv]
commands = python test_docstring_wrap.py
deps =
py26: unittest2