mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
15 lines
192 B
INI
15 lines
192 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
commands = nosetests -s tests
|
|
deps =
|
|
nose
|
|
Jinja2
|
|
Pygments
|
|
docutils
|
|
feedgenerator
|
|
unittest2
|
|
mock
|
|
Markdown
|
|
BeautifulSoup
|