From 168237288e2e6469f76ffeda5069053d294cb302 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 8 Apr 2015 23:42:35 -0400 Subject: [PATCH] Temporarily disable lxml-cffi because travis' libxml doesn't cooperate. --- jsonschema/_version.py | 6 +++--- tox.ini | 1 - version.txt | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jsonschema/_version.py b/jsonschema/_version.py index 2e07cd4..94fa2c2 100644 --- a/jsonschema/_version.py +++ b/jsonschema/_version.py @@ -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' diff --git a/tox.ini b/tox.ini index 5fc1207..ae1b6c5 100644 --- a/tox.ini +++ b/tox.ini @@ -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 diff --git a/version.txt b/version.txt index a3c03d9..2a4c929 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.3.0-140-g839e656 \ No newline at end of file +v2.3.0-141-gaab0979 \ No newline at end of file