summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-28 16:31:33 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-28 16:31:33 -0400
commit7d552e9ed16488e48faaca034b8645f86cff9334 (patch)
treef2ac1ef573b1d0140ab6e1264cdb2abbea012e7f /tox.ini
parent534ac0b08dccc1d92cc710975dd9d356f5e12a4b (diff)
downloadjsonschema-7d552e9ed16488e48faaca034b8645f86cff9334.tar.gz
Remove the rest of the notebooks.ai related resources.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index a67775b..3deb5a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist =
py{36,37,38,py3}-{noextra,format,format_nongpl}-{build,tests},
- demo
readme
safety
secrets
@@ -43,11 +42,6 @@ deps =
deps = bandit
commands = {envbindir}/bandit --recursive {toxinidir}/jsonschema
-[testenv:demo]
-deps = jupyter
-commands =
- {envbindir}/jupyter nbconvert --output-dir {envtmpdir} {toxinidir}/DEMO.ipynb
-
[testenv:readme]
deps =
docutils