Skip to content

Commit b158176

Browse files
committed
Pin intervaltree away from the backwards incompatible version.
Fixes the build until I get permissions to do an ebb-lint release to PyPI...
1 parent 8c9edd5 commit b158176

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ commands =
6262

6363
[testenv:style]
6464
basepython = pypy
65-
deps = ebb-lint
65+
deps =
66+
ebb-lint
67+
intervaltree<3
6668
commands = {envbindir}/flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs {toxinidir}/setup.py
6769

6870
[testenv:coverage]

0 commit comments

Comments
 (0)