mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
This allows everyone to have the same setup when generating the tests. It is useful for #288 for instance.
14 lines
174 B
INI
14 lines
174 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
commands = nosetests -s tests
|
|
deps =
|
|
nose
|
|
Jinja2
|
|
Pygments
|
|
docutils
|
|
feedgenerator
|
|
unittest2
|
|
mock
|
|
Markdown
|