Files
mkdocs/tox.ini
2014-08-09 20:15:10 -04:00

10 lines
146 B
INI

[tox]
envlist = py26,py27,py33,py34,docs
[testenv]
deps=-rrequirements.txt
commands=./runtests
[testenv:docs]
commands={envbindir}/mkdocs build