summaryrefslogtreecommitdiffstats
path: root/third_party/python/jsonschema/json/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/jsonschema/json/.travis.yml')
-rw-r--r--third_party/python/jsonschema/json/.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/python/jsonschema/json/.travis.yml b/third_party/python/jsonschema/json/.travis.yml
new file mode 100644
index 0000000000..f65e40bb85
--- /dev/null
+++ b/third_party/python/jsonschema/json/.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python: "3.7"
+node_js: "9"
+install:
+ - pip install tox
+script:
+ - tox
+ - npm install && npm test || true