mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added lxml to the list of dependencies for the tox tests.
My system python installs are completely clean except for virtualenv, so tox needs a complete set of non-default modules.
This commit is contained in:
parent
cc15629966
commit
edcc027d89
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -15,6 +15,7 @@ deps =
|
||||||
Markdown
|
Markdown
|
||||||
BeautifulSoup4
|
BeautifulSoup4
|
||||||
typogrify
|
typogrify
|
||||||
|
lxml
|
||||||
|
|
||||||
[testenv:py33]
|
[testenv:py33]
|
||||||
deps =
|
deps =
|
||||||
|
|
@ -23,3 +24,4 @@ deps =
|
||||||
BeautifulSoup4
|
BeautifulSoup4
|
||||||
git+https://github.com/dmdm/smartypants.git#egg=smartypants
|
git+https://github.com/dmdm/smartypants.git#egg=smartypants
|
||||||
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
|
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
|
||||||
|
lxml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue