Temporarily disable lxml-cffi because travis' libxml doesn't cooperate.

This commit is contained in:
Julian Berman 2015-04-08 23:42:35 -04:00
parent 09f322fcfc
commit 168237288e
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# This file is automatically generated by setup.py.
__version__ = '2.3.0.post140'
__sha__ = 'g839e656'
__revision__ = 'g839e656'
__version__ = '2.3.0.post141'
__sha__ = 'gaab0979'
__revision__ = 'gaab0979'

View File

@ -22,7 +22,6 @@ deps =
py{26,27,py,py3}: mock
py{26,27,34}: lxml
pypy: git+https://github.com/amauryfa/lxml.git@cffi
py{26,27,34,py}: sphinx

View File

@ -1 +1 @@
v2.3.0-140-g839e656
v2.3.0-141-gaab0979