Merge pull request #924 from rptb1/add-missing-lxml-to-tox

Added lxml to the list of dependencies for the tox tests.
This commit is contained in:
Justin Mayer 2013-06-09 09:37:39 -07:00
commit e5f1755172

View file

@ -15,6 +15,7 @@ deps =
Markdown
BeautifulSoup4
typogrify
lxml
[testenv:py33]
deps =
@ -23,3 +24,4 @@ deps =
BeautifulSoup4
git+https://github.com/dmdm/smartypants.git#egg=smartypants
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
lxml