From c1c51292c549b3187eb4f7b120fae6665abe1fd6 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 13 Jan 2016 11:10:36 -0500 Subject: [PATCH] tox test pypy with lxml==3.4.4 --- tox.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tox.ini b/tox.ini index f4f351b..b99705f 100644 --- a/tox.ini +++ b/tox.ini @@ -57,3 +57,16 @@ deps = ordereddict argparse coverage + + +[testenv:pypy] +# pypy can't be built with >3.4.4 so, in tox we pin back to the last +# known good version of lxml +deps = + setuptools + nose + mock + cssselect + cssutils + lxml==3.4.4 + coverage