mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-04-12 07:06:28 +07:00
7 lines
81 B
INI
7 lines
81 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
deps=-rrequirements.txt
|
|
commands=./runtests
|