forked from github/pelican
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
|