pelican/tox.ini
tBunnyMan 914653f140 Clean up Dev Requirements and add typogrify & webassets
typogrify & webassets are optional packages for usage but should be included for testing by developers and CI
dev_requirements also had packages that setup.py covers already. Added comments for redundancy
2012-10-12 23:01:50 +02:00

15 lines
191 B
INI

[tox]
envlist = py26,py27
[testenv]
commands =
nosetests -s tests
unit2 discover []
deps =
nose
unittest2
mock
Markdown
BeautifulSoup
typogrify
webassets