python-docstring-mode/tox.ini
2016-05-09 11:32:43 +02:00

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