mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
10 lines
146 B
INI
10 lines
146 B
INI
[tox]
|
|
envlist = py26,py27,py33,py34,docs
|
|
|
|
[testenv]
|
|
deps=-rrequirements.txt
|
|
commands=./runtests
|
|
|
|
[testenv:docs]
|
|
commands={envbindir}/mkdocs build
|