1
0
Fork 0
forked from github/pelican
pelican-theme/tox.ini
Justin Mayer 505852c04c Use the actively maintained typogrify-web package
The Typogrify library is no longer actively maintained by the
original author. These changes switch Pelican over to a new fork that
will receive more consistent updates going forward.
2014-01-03 08:51:52 -08:00

26 lines
392 B
INI

# This tests the unified codebase (py27, py33) of Pelican.
# depends on some external libraries that aren't released yet.
[tox]
envlist = py27,py33
[testenv]
commands =
python -m unittest discover
deps =
[testenv:py27]
deps =
mock
Markdown
BeautifulSoup4
typogrify-web
lxml
[testenv:py33]
deps =
mock
Markdown
BeautifulSoup4
typogrify-web
lxml