python-docstring-mode/tox.ini

10 lines
139 B
INI
Raw Permalink Normal View History

2016-02-12 14:01:56 +01:00
[tox]
2019-07-16 02:35:23 -07:00
envlist = py26,py27,py34,py35,py36
2016-02-12 14:01:56 +01:00
skipsdist = true
[testenv]
commands = python test_docstring_wrap.py
deps =
2019-07-16 02:35:23 -07:00
py26: unittest2