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