lxml-cffi is giving obscure errors again.

This commit is contained in:
Julian Berman 2015-03-15 11:46:08 -04:00
parent 504f978da3
commit 2b7b85e206
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ changedir = {envtmpdir}
commands =
py.test [] {toxinidir}/jsonschema
{envpython} -m doctest {toxinidir}/README.rst
py{26,27,34,py}: sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
py{26,27,34}: sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
deps =
pytest