tox test pypy with lxml==3.4.4

This commit is contained in:
Peter Bengtsson 2016-01-13 11:10:36 -05:00
parent 0ae7a61edd
commit c1c51292c5
1 changed files with 13 additions and 0 deletions

13
tox.ini
View File

@ -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