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

26 lines
435 B
INI
Raw Normal View History

# This tests the unified codebase (py27, py33) of Pelican.
# depends on some external libraries that aren't released yet.
2011-07-02 15:54:24 -05:00
[tox]
envlist = py27,py33
2011-07-02 15:54:24 -05:00
[testenv]
commands =
python -m unittest discover
deps =
[testenv:py27]
deps =
mock
Markdown
BeautifulSoup4
typogrify
lxml
[testenv:py33]
deps =
mock
Markdown
BeautifulSoup4
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
lxml