From edcc027d894a6933661340c203cb9cc717d2b99f Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Sat, 8 Jun 2013 23:40:16 +0100 Subject: [PATCH] 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. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index d9d759e9..8763c963 100644 --- a/tox.ini +++ b/tox.ini @@ -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