Skip to content

Commit 1682372

Browse files
committed
Temporarily disable lxml-cffi because travis' libxml doesn't cooperate.
1 parent 09f322f commit 1682372

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

jsonschema/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
# This file is automatically generated by setup.py.
3-
__version__ = '2.3.0.post140'
4-
__sha__ = 'g839e656'
5-
__revision__ = 'g839e656'
3+
__version__ = '2.3.0.post141'
4+
__sha__ = 'gaab0979'
5+
__revision__ = 'gaab0979'

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ deps =
2222
py{26,27,py,py3}: mock
2323

2424
py{26,27,34}: lxml
25-
pypy: git+https://github.com/amauryfa/lxml.git@cffi
2625
py{26,27,34,py}: sphinx
2726

2827

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.0-140-g839e656
1+
v2.3.0-141-gaab0979

0 commit comments

Comments
 (0)