Merge pull request #154 from peterbe/tox-test-pypy-with-lxml--344

tox test pypy with lxml==3.4.4
This commit is contained in:
Peter Bengtsson 2016-01-13 11:58:50 -05:00
commit 5cda114e29
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