2013-05-26 12:44:32 +02:00
|
|
|
# This tests the unified codebase (py27, py33) of Pelican.
|
2013-01-11 02:57:43 +01:00
|
|
|
# depends on some external libraries that aren't released yet.
|
|
|
|
|
|
2011-07-02 15:54:24 -05:00
|
|
|
[tox]
|
2013-05-26 12:44:32 +02:00
|
|
|
envlist = py27,py33
|
2011-07-02 15:54:24 -05:00
|
|
|
|
|
|
|
|
[testenv]
|
2012-09-02 15:18:46 -07:00
|
|
|
commands =
|
2013-04-13 22:56:45 +02:00
|
|
|
python -m unittest discover
|
2013-01-11 02:57:43 +01:00
|
|
|
deps =
|
|
|
|
|
|
|
|
|
|
[testenv:py27]
|
|
|
|
|
deps =
|
|
|
|
|
mock
|
|
|
|
|
Markdown
|
|
|
|
|
BeautifulSoup4
|
|
|
|
|
typogrify
|
2013-06-08 23:40:16 +01:00
|
|
|
lxml
|
2013-01-11 02:57:43 +01:00
|
|
|
|
2013-01-18 19:46:58 -05:00
|
|
|
[testenv:py33]
|
|
|
|
|
deps =
|
|
|
|
|
mock
|
|
|
|
|
Markdown
|
|
|
|
|
BeautifulSoup4
|
2013-05-26 11:17:46 +02:00
|
|
|
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
|
2013-06-08 23:40:16 +01:00
|
|
|
lxml
|