1
0
Fork 0
forked from github/pelican
pelican-theme/tox.ini

15 lines
192 B
INI
Raw Normal View History

2011-07-02 15:54:24 -05:00
[tox]
2012-03-11 17:20:04 +01:00
envlist = py26,py27
2011-07-02 15:54:24 -05:00
[testenv]
2012-03-11 17:20:04 +01:00
commands = nosetests -s tests
2011-07-02 15:54:24 -05:00
deps =
2012-03-11 17:20:04 +01:00
nose
2011-07-02 15:54:24 -05:00
Jinja2
Pygments
docutils
feedgenerator
unittest2
2012-03-11 17:20:04 +01:00
mock
Markdown
2012-06-10 13:17:52 +02:00
BeautifulSoup