9 lines
152 B
INI
9 lines
152 B
INI
[tox]
|
|
envlist = py26,py27,py33,py34
|
|
|
|
[testenv]
|
|
deps = .[test]
|
|
commands =
|
|
python -m testtools.run discover
|
|
rst2html.py --strict README /dev/null
|