summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-01-14 09:49:00 -0500
committerJulian Berman <Julian@GrayVines.com>2019-01-14 09:49:00 -0500
commitb158176c941080f0cae5301945205e058d9a5e7e (patch)
treed76310cd8ba273a809c9f7a2a89e9d28b9ef772f
parent8c9edd5a2c37d9e80446e8ada0a99c59206348af (diff)
downloadjsonschema-b158176c941080f0cae5301945205e058d9a5e7e.tar.gz
Pin intervaltree away from the backwards incompatible version.v3.0.0a5
Fixes the build until I get permissions to do an ebb-lint release to PyPI...
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4708b48..a3064a8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,7 +62,9 @@ commands =
[testenv:style]
basepython = pypy
-deps = ebb-lint
+deps =
+ ebb-lint
+ intervaltree<3
commands = {envbindir}/flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs {toxinidir}/setup.py
[testenv:coverage]