1
0
Fork 0
forked from github/pelican
pelican-theme/tox.ini
tBunnyMan 2c85fb0d19 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-09-04 15:17:59 -07: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