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